Searched refs:GenericValue (Results 1 – 4 of 4) sorted by relevance
/lvgl-latest/src/libs/thorvg/rapidjson/ |
D | document.h | 66 class GenericValue; 122 GenericValue<Encoding, Allocator> name; //!< name of member (must be a string) 123 GenericValue<Encoding, Allocator> value; //!< value of member. 188 friend class GenericValue<Encoding,Allocator>; 506 : IsBaseOf<GenericValue<typename T::EncodingType, typename T::AllocatorType>, T>::Type {}; 668 class GenericValue { 678 typedef GenericValue* ValueIterator; //!< Value iterator for iterating in array. 679 …typedef const GenericValue* ConstValueIterator; //!< Constant value iterator for iterating in arra… 680 typedef GenericValue<Encoding, Allocator> ValueType; //!< Value type of itself. 690 GenericValue() RAPIDJSON_NOEXCEPT : data_() { data_.f.flags = kNullFlag; } [all …]
|
D | fwd.h | 114 class GenericValue; variable 116 typedef GenericValue<UTF8<char>, MemoryPoolAllocator<CrtAllocator> > Value;
|
D | pointer.h | 482 …typename ValueType::MemberIterator m = v->FindMember(GenericValue<EncodingType>(GenericStringRef<C… 550 … m = v->FindMember(GenericValue<EncodingType>(GenericStringRef<Ch>(t->name, t->length))); 602 …typename ValueType::MemberIterator m = v->FindMember(GenericValue<EncodingType>(GenericStringRef<C… 838 …typename ValueType::MemberIterator m = v->FindMember(GenericValue<EncodingType>(GenericStringRef<C… in Erase()
|
D | schema.h | 531 typedef GenericValue<EncodingType, AllocatorType> SValue; 1825 typedef GenericValue<EncodingType, AllocatorType> GValue; 2449 typedef GenericValue<EncodingType, StateAllocator> ValueType; 2940 typedef GenericValue<UTF8<>, StateAllocator> HashCodeArray; 3204 typedef GenericValue<SourceEncoding, StackAllocator> ValueType;
|