Home
last modified time | relevance | path

Searched refs:NullType (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/
H A Dtype.hpp16 struct NullType { struct
17 constexpr NullType() {}; in NullType() argument
19 bool operator==(const NullType&) const { return true; } in operator ==() argument
70 constexpr NullType Null;
83 NullType,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/
H A Dfunction.cpp195 [&] (const type::NullType&) -> optional<std::unique_ptr<Expression>> { in convertLiteral() argument