Searched refs:ObjectType (Results 1 – 5 of 5) sorted by relevance
46 struct ObjectType { struct47 constexpr ObjectType() {}; in ObjectType() argument49 bool operator==(const ObjectType&) const { return true; } in operator ==() argument76 constexpr ObjectType Object;88 ObjectType,
106 if (getType().is<type::Array>() || getType().is<type::ObjectType>()) { in serialize()
111 If (LEqual(ObjectType(Arg0), 1)) {
506 typedef typename ValueType::Object ObjectType;508 static ObjectType Get(ValueType& v) { return v.GetObject(); }509 static ValueType& Set(ValueType& v, ObjectType data) { return v = data; }510 …static ValueType& Set(ValueType& v, ObjectType data, typename ValueType::AllocatorType&) { v = dat…515 typedef typename ValueType::ConstObject ObjectType;517 static ObjectType Get(const ValueType& v) { return v.GetObject(); }
199 [&] (const type::ObjectType&) -> optional<std::unique_ptr<Expression>> { in convertLiteral() argument