Searched refs:GenericDocument (Results 1 – 3 of 3) sorted by relevance
/lvgl-latest/src/libs/thorvg/rapidjson/ |
D | document.h | 69 class GenericDocument; variable 706 GenericValue(GenericDocument<Encoding,Allocator,StackAllocator>&& rhs); 710 GenericValue& operator=(GenericDocument<Encoding,Allocator,StackAllocator>&& rhs); 1989 template <typename, typename, typename> friend class GenericDocument; 2499 class GenericDocument : public GenericValue<Encoding, Allocator> { 2513 …explicit GenericDocument(Type type, Allocator* allocator = 0, size_t stackCapacity = kDefaultStack… 2526 …GenericDocument(Allocator* allocator = 0, size_t stackCapacity = kDefaultStackCapacity, StackAlloc… 2535 GenericDocument(GenericDocument&& rhs) RAPIDJSON_NOEXCEPT 2548 ~GenericDocument() { 2561 GenericDocument& operator=(GenericDocument&& rhs) RAPIDJSON_NOEXCEPT [all …]
|
D | fwd.h | 119 class GenericDocument; variable 121 typedef GenericDocument<UTF8<char>, MemoryPoolAllocator<CrtAllocator>, CrtAllocator> Document;
|
D | pointer.h | 508 …ValueType& Create(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>… 683 …ValueType& GetWithDefault(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAl… in GetWithDefault() 689 …ValueType& GetWithDefault(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAl… in GetWithDefault() 696 …ValueType& GetWithDefault(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAl… in GetWithDefault() 707 …GetWithDefault(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& d… in GetWithDefault() 759 …ValueType& Set(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& d… in Set() 765 …ValueType& Set(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& d… in Set() 771 …ValueType& Set(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& d… in Set() 778 …ValueType& Set(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& d… in Set() 789 …Set(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& document, T … in Set() [all …]
|