Home
last modified time | relevance | path

Searched refs:StringType (Results 1 – 7 of 7) 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() argument
37 bool operator==(const StringType&) const { return true; } in operator ==() argument
72 constexpr StringType String;
86 StringType,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dlength.cpp57 if (!type.is<type::Array>() && !type.is<type::StringType>() && !type.is<type::ValueType>()) { in parse()
H A Darray_assertion.cpp90 if (array.itemType.is<type::StringType>() in serialize()
H A Dmatch.cpp314 [&](const type::StringType&) { in parseMatch() argument
/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() argument
176 [&] (const type::StringType&) -> optional<std::unique_ptr<Expression>> { in convertLiteral() argument
599 [&] (const type::StringType&) -> optional<std::unique_ptr<Expression>> { in convertFunctionToExpression() argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/
H A Ddocument.h471 typedef const typename ValueType::Ch* StringType;
473 static StringType Get(const ValueType& v) { return v.GetString(); }
474 …static ValueType& Set(ValueType& v, const StringType data) { return v.SetString(typename ValueType…
475 …static ValueType& Set(ValueType& v, const StringType data, typename ValueType::AllocatorType& a) {…
481 typedef std::basic_string<typename ValueType::Ch> StringType;
483 …static StringType Get(const ValueType& v) { return StringType(v.GetString(), v.GetStringLength());…
484 …static ValueType& Set(ValueType& v, const StringType& data, typename ValueType::AllocatorType& a) …
/OK3568_Linux_fs/yocto/poky/bitbake/lib/ply/
H A Dlex.py42 StringTypes = (types.StringType, types.UnicodeType)