Searched refs:StringType (Results 1 – 7 of 7) sorted by relevance
34 struct StringType { struct35 constexpr StringType() {}; in StringType() argument37 bool operator==(const StringType&) const { return true; } in operator ==() argument72 constexpr StringType String;86 StringType,
57 if (!type.is<type::Array>() && !type.is<type::StringType>() && !type.is<type::ValueType>()) { in parse()
90 if (array.itemType.is<type::StringType>() in serialize()
314 [&](const type::StringType&) { in parseMatch() argument
139 [&] (const type::StringType&) -> optional<std::unique_ptr<Expression>> { in convertLiteral() argument176 [&] (const type::StringType&) -> optional<std::unique_ptr<Expression>> { in convertLiteral() argument599 [&] (const type::StringType&) -> optional<std::unique_ptr<Expression>> { in convertFunctionToExpression() argument
471 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) …
42 StringTypes = (types.StringType, types.UnicodeType)