Home
last modified time | relevance | path

Searched refs:kind_ (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/storage/
H A Dresource.hpp45 Resource(Kind kind_, in Resource() argument
49 : kind(kind_),
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/
H A Dexpression.hpp141 Expression(Kind kind_, type::Type type_) : kind(kind_), type(std::move(type_)) {} in Expression() argument