Home
last modified time | relevance | path

Searched refs:ValueType (Results 1 – 5 of 5) sorted by relevance

/lvgl-latest/src/libs/thorvg/rapidjson/
Dpointer.h67 template <typename ValueType, typename Allocator = CrtAllocator>
70 typedef typename ValueType::EncodingType EncodingType; //!< Encoding type from Value
71 typedef typename ValueType::Ch Ch; //!< Character type from Value
72 typedef GenericUri<ValueType, Allocator> UriType;
313 GenericPointer Append(const ValueType& token, Allocator* allocator = 0) const {
452ValueType& Create(ValueType& root, typename ValueType::AllocatorType& allocator, bool* alreadyExis…
454 ValueType* v = &root;
458 v->PushBack(ValueType().Move(), allocator);
476 v->PushBack(ValueType().Move(), allocator);
482 …typename ValueType::MemberIterator m = v->FindMember(GenericValue<EncodingType>(GenericStringRef<C…
[all …]
Ddocument.h192 typedef typename internal::MaybeAddConst<Const,PlainType>::Type ValueType; typedef
204 typedef ValueType value_type;
205 typedef ValueType * pointer;
206 typedef ValueType & reference;
518 template <typename ValueType, typename T>
521 template<typename ValueType>
522 struct TypeHelper<ValueType, bool> {
523 static bool Is(const ValueType& v) { return v.IsBool(); }
524 static bool Get(const ValueType& v) { return v.GetBool(); }
525 static ValueType& Set(ValueType& v, bool data) { return v.SetBool(data); }
[all …]
Dschema.h237 template <typename ValueType, typename Allocator>
319 virtual void AddExpectedType(const typename SchemaType::ValueType& expectedType) = 0;
320 virtual void EndDisallowedType(const typename SchemaType::ValueType& actualType) = 0;
436 typedef typename SchemaType::ValueType ValueType; typedef
437 typedef typename ValueType::Ch Ch;
524 typedef typename SchemaDocumentType::ValueType ValueType; typedef
527 typedef typename ValueType::EncodingType EncodingType;
533 typedef GenericUri<ValueType, AllocatorType> UriType;
534 friend class GenericSchemaDocument<ValueType, AllocatorType>;
536 …maDocumentType* schemaDocument, const PointerType& p, const ValueType& value, const ValueType& doc…
[all …]
Dfwd.h125 template <typename ValueType, typename Allocator>
Duri.h32 template <typename ValueType, typename Allocator=CrtAllocator>
35 typedef typename ValueType::Ch Ch;