Searched defs:ValueType (Results 1 – 13 of 13) sorted by relevance
58 struct ValueType { struct59 constexpr ValueType() {}; in ValueType() argument60 std::string getName() const { return "value"; } in getName()61 bool operator==(const ValueType&) const { return true; } in operator ==()
25 [&] (const ValueType&) -> optional<std::string> { in checkSubtype()
109 typedef typename internal::MaybeAddConst<Const,PlainType>::Type ValueType; typedef
264 typedef typename SchemaType::ValueType ValueType; typedef340 typedef typename SchemaDocumentType::ValueType ValueType; typedef382 typedef typename SchemaDocumentType::ValueType ValueType; in Schema() typedef1034 RegexType* CreatePattern(const ValueType&) { return 0; } in CreatePattern()
781 typedef T ValueType; typedef797 typedef T ValueType; typedef813 typedef T ValueType; typedef
32 enum ValueType : std::uint32_t enum
56 using ValueType = T; typedef in mbgl::gl::Attribute
207 [&] (const type::ValueType&) -> optional<std::unique_ptr<Expression>> { in convertLiteral()
434 typedef unsigned char ValueType; typedef