Home
last modified time | relevance | path

Searched refs:trueBranch (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.cpp369 std::vector<typename Case::Branch> trueBranch; in categorical() local
370 trueBranch.emplace_back(get(literal(property)), std::move(trueCase)); in categorical()
372 return std::make_unique<Case>(type, std::move(trueBranch), std::move(falseCase)); in categorical()