Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/
H A Dfunction.cpp350 std::unordered_map<T, std::shared_ptr<Expression>> convertedBranches; in categorical() local
352 convertedBranches[b.first] = std::move(b.second); in categorical()
354 …return std::make_unique<Match<T>>(type, get(literal(property)), std::move(convertedBranches), erro… in categorical()