Home
last modified time | relevance | path

Searched defs: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
18 std::string getName() const { return "null"; } in getName()
19 bool operator==(const NullType&) const { return true; } in operator ==()
/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()