Home
last modified time | relevance | path

Searched refs:GetAllocator (Results 1 – 5 of 5) sorted by relevance

/lvgl-latest/src/libs/thorvg/rapidjson/
Dpointer.h338 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()
Ddocument.h2644 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());
Duri.h229 Allocator& GetAllocator() { return *allocator_; } in GetAllocator() function
Dschema.h2707 …e::GetValidateErrorKeyword(kValidateErrorDependencies), &GetInvalidSchemaPointer().GetAllocator());
2708 …(sourceName.GetString(), sourceName.GetStringLength(), &GetInvalidSchemaPointer().GetAllocator()));
/lvgl-latest/src/libs/thorvg/rapidjson/internal/
Dstack.h172 Allocator& GetAllocator() { in GetAllocator() function