Home
last modified time | relevance | path

Searched defs:NumberType (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 Dtype.hpp22 struct NumberType { struct
23 constexpr NumberType() {}; in NumberType() argument
24 std::string getName() const { return "number"; } in getName()
25 bool operator==(const NumberType&) const { return true; } in operator ==()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/
H A Dfunction.cpp108 [&] (const type::NumberType&) { in interpolatable()
125 [&] (const type::NumberType&) -> optional<std::unique_ptr<Expression>> { in convertLiteral()
163 [&] (const type::NumberType&) -> optional<std::unique_ptr<Expression>> { in convertLiteral()
602 [&] (const type::NumberType&) -> optional<std::unique_ptr<Expression>> { in convertFunctionToExpression()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dcoercion.cpp87 [](const type::NumberType&) { return "to-number"; }, in getOperator()
H A Dinterpolate.cpp237 [&](const type::NumberType&) -> ParseResult { in createInterpolate()
H A Dmatch.cpp311 [&](const type::NumberType&) { in parseMatch()