Home
last modified time | relevance | path

Searched defs:CollatorType (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.hpp64 struct CollatorType { struct
65 constexpr CollatorType() {}; // NOLINT in CollatorType() function
66 std::string getName() const { return "collator"; } in getName()
67 bool operator==(const CollatorType&) const { return true; } in operator ==()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/
H A Dfunction.cpp211 [&] (const type::CollatorType&) -> optional<std::unique_ptr<Expression>> { in convertLiteral()