Home
last modified time | relevance | path

Searched refs:typedBranches (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.cpp198 typename Match<T>::Branches typedBranches; in create() local
202 typedBranches.reserve(branches.size()); in create()
208 if (typedBranches.find(typedLabel) != typedBranches.end()) { in create()
212 typedBranches.emplace(typedLabel, result); in create()
220 std::move(typedBranches), in create()