Home
last modified time | relevance | path

Searched defs:ObjectType (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.hpp46 struct ObjectType { struct
47 constexpr ObjectType() {}; in ObjectType() function
48 std::string getName() const { return "object"; } in getName()
49 bool operator==(const ObjectType&) const { return true; } in operator ==()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/
H A Dfunction.cpp199 [&] (const type::ObjectType&) -> optional<std::unique_ptr<Expression>> { in convertLiteral()