Searched refs:ValueType (Results 1 – 5 of 5) sorted by relevance
| /lvgl-latest/src/libs/thorvg/rapidjson/ |
| D | pointer.h | 67 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 { 452 …ValueType& 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 …]
|
| D | document.h | 192 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 …]
|
| D | schema.h | 237 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 …]
|
| D | fwd.h | 125 template <typename ValueType, typename Allocator>
|
| D | uri.h | 32 template <typename ValueType, typename Allocator=CrtAllocator> 35 typedef typename ValueType::Ch Ch;
|