Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dmatch.cpp207 const auto& typedLabel = label.template get<T>(); in create() local
208 if (typedBranches.find(typedLabel) != typedBranches.end()) { in create()
212 typedBranches.emplace(typedLabel, result); in create()