| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/ |
| H A D | boolean_operator.hpp | 26 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 D | let.hpp | 44 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 D | expression.hpp | 165 serialized.emplace_back(getOperator()); in serialize() 172 virtual std::string getOperator() const = 0;
|
| H A D | length.hpp | 24 std::string getOperator() const override { return "length"; } in getOperator() function in mbgl::style::expression::Length
|
| H A D | error.hpp | 31 std::string getOperator() const override { return "error"; } in getOperator() function in mbgl::style::expression::Error
|
| H A D | assertion.hpp | 27 std::string getOperator() const override;
|
| H A D | coercion.hpp | 31 std::string getOperator() const override;
|
| H A D | collator_expression.hpp | 35 std::string getOperator() const override { return "collator"; } in getOperator() function in mbgl::style::expression::CollatorExpression
|
| H A D | equals.hpp | 25 std::string getOperator() const override { return negate ? "!=" : "=="; } in getOperator() function in mbgl::style::expression::Equals
|
| H A D | coalesce.hpp | 41 std::string getOperator() const override { return "coalesce"; } in getOperator() function in mbgl::style::expression::Coalesce
|
| H A D | array_assertion.hpp | 39 std::string getOperator() const override { return "array"; } in getOperator() function in mbgl::style::expression::ArrayAssertion
|
| H A D | case.hpp | 31 std::string getOperator() const override { return "case"; } in getOperator() function in mbgl::style::expression::Case
|
| H A D | literal.hpp | 50 std::string getOperator() const override { return "literal"; } in getOperator() function in mbgl::style::expression::Literal
|
| H A D | step.hpp | 36 std::string getOperator() const override { return "step"; } in getOperator() function in mbgl::style::expression::Step
|
| H A D | at.hpp | 36 std::string getOperator() const override { return "at"; } in getOperator() function in mbgl::style::expression::At
|
| H A D | match.hpp | 37 std::string getOperator() const override { return "match"; } in getOperator() function in mbgl::style::expression::Match
|
| H A D | interpolate.hpp | 70 std::string getOperator() const override { return "interpolate"; } in getOperator() function in mbgl::style::expression::Interpolate
|
| H A D | compound_expression.hpp | 121 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 D | let.cpp | 70 serialized.emplace_back(getOperator()); in serialize() 110 return std::vector<mbgl::Value>{{ getOperator(), name }}; in serialize()
|
| H A D | array_assertion.cpp | 86 serialized.emplace_back(getOperator()); in serialize()
|
| H A D | assertion.cpp | 46 std::string Assertion::getOperator() const { in getOperator() function in mbgl::style::expression::Assertion
|
| H A D | literal.cpp | 107 … return std::vector<mbgl::Value>{{ getOperator(), *fromExpressionValue<mbgl::Value>(value) }}; in serialize()
|
| H A D | coercion.cpp | 85 std::string Coercion::getOperator() const { in getOperator() function in mbgl::style::expression::Coercion
|
| H A D | step.cpp | 184 serialized.emplace_back(getOperator()); in serialize()
|
| H A D | interpolate.cpp | 286 serialized.emplace_back(getOperator()); in serialize()
|