Home
last modified time | relevance | path

Searched refs:trueCase (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.cpp360 std::unique_ptr<Expression> trueCase = it == branches.end() ? in categorical() local
370 trueBranch.emplace_back(get(literal(property)), std::move(trueCase)); in categorical()