Home
last modified time | relevance | path

Searched refs:AllocatorType (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/src/libs/thorvg/rapidjson/
Dpointer.h452 …ValueType& Create(ValueType& root, typename ValueType::AllocatorType& allocator, bool* alreadyExis…
508 …ValueType& Create(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>…
649 …t(ValueType& root, const ValueType& defaultValue, typename ValueType::AllocatorType& allocator) co… in GetWithDefault()
656 …hDefault(ValueType& root, const Ch* defaultValue, typename ValueType::AllocatorType& allocator) co… in GetWithDefault()
664 … root, const std::basic_string<Ch>& defaultValue, typename ValueType::AllocatorType& allocator) co… in GetWithDefault()
677 …GetWithDefault(ValueType& root, T defaultValue, typename ValueType::AllocatorType& allocator) cons… in GetWithDefault()
683 …ValueType& GetWithDefault(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAl… in GetWithDefault() argument
689 …ValueType& GetWithDefault(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAl… in GetWithDefault() argument
696 …ValueType& GetWithDefault(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAl… in GetWithDefault() argument
707 …GetWithDefault(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& d… in GetWithDefault() argument
[all …]
Ddocument.h505 …l<T, typename Void<typename T::EncodingType>::Type, typename Void<typename T::AllocatorType>::Type>
506 : IsBaseOf<GenericValue<typename T::EncodingType, typename T::AllocatorType>, T>::Type {};
526 …static ValueType& Set(ValueType& v, bool data, typename ValueType::AllocatorType&) { return v.SetB…
534 …static ValueType& Set(ValueType& v, int data, typename ValueType::AllocatorType&) { return v.SetIn…
542 …static ValueType& Set(ValueType& v, unsigned data, typename ValueType::AllocatorType&) { return v.…
552 …static ValueType& Set(ValueType& v, long data, typename ValueType::AllocatorType&) { return v.SetI…
561 …static ValueType& Set(ValueType& v, unsigned long data, typename ValueType::AllocatorType&) { retu…
570 …static ValueType& Set(ValueType& v, int64_t data, typename ValueType::AllocatorType&) { return v.S…
578 …static ValueType& Set(ValueType& v, uint64_t data, typename ValueType::AllocatorType&) { return v.…
586 …static ValueType& Set(ValueType& v, double data, typename ValueType::AllocatorType&) { return v.Se…
[all …]
Dschema.h525 typedef typename SchemaDocumentType::AllocatorType AllocatorType; typedef
531 typedef GenericValue<EncodingType, AllocatorType> SValue;
533 typedef GenericUri<ValueType, AllocatorType> UriType;
534 friend class GenericSchemaDocument<ValueType, AllocatorType>;
536 …st PointerType& p, const ValueType& value, const ValueType& document, AllocatorType* allocator, co…
623 … typedef Hasher<EncodingType, MemoryPoolAllocator<AllocatorType> > EnumHasherType; in allocator_()
625 MemoryPoolAllocator<AllocatorType> hasherAllocator(buffer, sizeof(buffer)); in allocator_()
835 AllocatorType::Free(enum_); in ~Schema()
839 AllocatorType::Free(properties_); in ~Schema()
844 AllocatorType::Free(patternProperties_); in ~Schema()
[all …]