Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/
H A Dcase.hpp18 Case(type::Type type_, std::vector<Branch> branches_, std::unique_ptr<Expression> otherwise_) in Case() argument
19 …: Expression(Kind::Case, type_), branches(std::move(branches_)), otherwise(std::move(otherwise_)) { in Case()
H A Dmatch.hpp21 std::unique_ptr<Expression> otherwise_ in Match() argument
25 otherwise(std::move(otherwise_)) in Match()