Home
last modified time | relevance | path

Searched defs:getOperator (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/
H A Dboolean_operator.hpp26 std::string getOperator() const override { return "any"; } in getOperator() function in mbgl::style::expression::Any
45 std::string getOperator() const override { return "all"; } in getOperator() function in mbgl::style::expression::All
H A Dlet.hpp44 std::string getOperator() const override { return "let"; } in getOperator() function in mbgl::style::expression::Let
74 std::string getOperator() const override { return "var"; } in getOperator() function in mbgl::style::expression::Var
H A Dlength.hpp24 std::string getOperator() const override { return "length"; } in getOperator() function in mbgl::style::expression::Length
H A Dstep.hpp36 std::string getOperator() const override { return "step"; } in getOperator() function in mbgl::style::expression::Step
H A Dcollator_expression.hpp35 std::string getOperator() const override { return "collator"; } in getOperator() function in mbgl::style::expression::CollatorExpression
H A Dequals.hpp25 std::string getOperator() const override { return negate ? "!=" : "=="; } in getOperator() function in mbgl::style::expression::Equals
H A Dcase.hpp31 std::string getOperator() const override { return "case"; } in getOperator() function in mbgl::style::expression::Case
H A Dcoalesce.hpp41 std::string getOperator() const override { return "coalesce"; } in getOperator() function in mbgl::style::expression::Coalesce
H A Darray_assertion.hpp39 std::string getOperator() const override { return "array"; } in getOperator() function in mbgl::style::expression::ArrayAssertion
H A Dmatch.hpp37 std::string getOperator() const override { return "match"; } in getOperator() function in mbgl::style::expression::Match
H A Dat.hpp36 std::string getOperator() const override { return "at"; } in getOperator() function in mbgl::style::expression::At
H A Derror.hpp31 std::string getOperator() const override { return "error"; } in getOperator() function in mbgl::style::expression::Error
H A Dliteral.hpp50 std::string getOperator() const override { return "literal"; } in getOperator() function in mbgl::style::expression::Literal
H A Dinterpolate.hpp70 std::string getOperator() const override { return "interpolate"; } in getOperator() function in mbgl::style::expression::Interpolate
H A Dcompound_expression.hpp121 std::string getOperator() const override { in getOperator() function in mbgl::style::expression::CompoundExpression
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dassertion.cpp46 std::string Assertion::getOperator() const { in getOperator() function in mbgl::style::expression::Assertion
H A Dcoercion.cpp85 std::string Coercion::getOperator() const { in getOperator() function in mbgl::style::expression::Coercion