Home
last modified time | relevance | path

Searched refs:BooleanType (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/
H A Dtype.hpp28 struct BooleanType { struct
29 constexpr BooleanType() {}; in BooleanType() function
31 bool operator==(const BooleanType&) const { return true; } in operator ==() argument
73 constexpr BooleanType Boolean;
85 BooleanType,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Darray_assertion.cpp92 || array.itemType.is<type::BooleanType>()) { in serialize()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/
H A Dfunction.cpp132 [&] (const type::BooleanType&) -> optional<std::unique_ptr<Expression>> { in convertLiteral() argument
605 [&] (const type::BooleanType&) -> optional<std::unique_ptr<Expression>> { in convertFunctionToExpression() argument