Home
last modified time | relevance | path

Searched refs:NumberType (Results 1 – 6 of 6) 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
25 bool operator==(const NumberType&) const { return true; } in operator ==() argument
71 constexpr NumberType Number;
84 NumberType,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dcoercion.cpp76 if (t.is<type::NumberType>()) { in Coercion()
87 [](const type::NumberType&) { return "to-number"; }, in getOperator() argument
H A Darray_assertion.cpp91 || array.itemType.is<type::NumberType>() in serialize()
H A Dinterpolate.cpp237 [&](const type::NumberType&) -> ParseResult { in createInterpolate() argument
H A Dmatch.cpp311 [&](const type::NumberType&) { in parseMatch() argument
/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() argument
125 [&] (const type::NumberType&) -> optional<std::unique_ptr<Expression>> { in convertLiteral() argument
163 [&] (const type::NumberType&) -> optional<std::unique_ptr<Expression>> { in convertLiteral() argument
602 [&] (const type::NumberType&) -> optional<std::unique_ptr<Expression>> { in convertFunctionToExpression() argument