Home
last modified time | relevance | path

Searched defs:StringType (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.hpp34 struct StringType { struct
35 constexpr StringType() {}; in StringType() function
36 std::string getName() const { return "string"; } in getName()
37 bool operator==(const StringType&) const { return true; } in operator ==()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/
H A Dfunction.cpp139 [&] (const type::StringType&) -> optional<std::unique_ptr<Expression>> { in convertLiteral()
176 [&] (const type::StringType&) -> optional<std::unique_ptr<Expression>> { in convertLiteral()
599 [&] (const type::StringType&) -> optional<std::unique_ptr<Expression>> { in convertFunctionToExpression()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dmatch.cpp314 [&](const type::StringType&) { in parseMatch()