Home
last modified time | relevance | path

Searched refs:falseCase (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.cpp365 std::unique_ptr<Expression> falseCase = it == branches.end() ? in categorical() local
372 return std::make_unique<Case>(type, std::move(trueBranch), std::move(falseCase)); in categorical()