Searched refs:GetAllocator (Results 1 – 5 of 5) sorted by relevance
/lvgl-latest/src/libs/thorvg/rapidjson/ |
D | pointer.h | 338 Allocator& GetAllocator() { return *allocator_; } in GetAllocator() function 509 return Create(document, document.GetAllocator(), alreadyExist); 684 return GetWithDefault(document, defaultValue, document.GetAllocator()); in GetWithDefault() 690 return GetWithDefault(document, defaultValue, document.GetAllocator()); in GetWithDefault() 697 return GetWithDefault(document, defaultValue, document.GetAllocator()); in GetWithDefault() 708 return GetWithDefault(document, defaultValue, document.GetAllocator()); in GetWithDefault() 766 return Create(document).CopyFrom(value, document.GetAllocator()); in Set() 772 return Create(document) = ValueType(value, document.GetAllocator()).Move(); in Set() 779 return Create(document) = ValueType(value, document.GetAllocator()).Move(); in Set()
|
D | document.h | 2644 stack_.HasAllocator() ? &stack_.GetAllocator() : 0); 2795 Allocator& GetAllocator() { 2830 new (stack_.template Push<ValueType>()) ValueType(str, length, GetAllocator()); 2838 new (stack_.template Push<ValueType>()) ValueType(str, length, GetAllocator()); 2850 stack_.template Top<ValueType>()->SetObjectRaw(members, memberCount, GetAllocator()); 2858 stack_.template Top<ValueType>()->SetArrayRaw(elements, elementCount, GetAllocator());
|
D | uri.h | 229 Allocator& GetAllocator() { return *allocator_; } in GetAllocator() function
|
D | schema.h | 2707 …e::GetValidateErrorKeyword(kValidateErrorDependencies), &GetInvalidSchemaPointer().GetAllocator()); 2708 …(sourceName.GetString(), sourceName.GetStringLength(), &GetInvalidSchemaPointer().GetAllocator()));
|
/lvgl-latest/src/libs/thorvg/rapidjson/internal/ |
D | stack.h | 172 Allocator& GetAllocator() { in GetAllocator() function
|