Home
last modified time | relevance | path

Searched defs:otherwise (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/
H A Dcase.hpp34 std::unique_ptr<Expression> otherwise; member in mbgl::style::expression::Case
H A Dmatch.hpp41 std::unique_ptr<Expression> otherwise; member in mbgl::style::expression::Match
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dmatch.cpp196 std::unique_ptr<Expression> otherwise, in create()
297 auto otherwise = ctx.parse(arrayMember(value, length - 1), length - 1, outputType); in parseMatch() local
H A Dcase.cpp93 auto otherwise = ctx.parse(arrayMember(value, length - 1), length - 1, outputType); in parse() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/transform/
H A Dwhen.hpp156 struct otherwise struct