Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/rapidjson/
Dpointer.h68 class GenericPointer {
98GenericPointer(Allocator* allocator = 0) : allocator_(allocator), ownAllocator_(), nameBuffer_(), … in allocator_()
105 …explicit GenericPointer(const Ch* source, Allocator* allocator = 0) : allocator_(allocator), ownAl… in allocator_()
116 …explicit GenericPointer(const std::basic_string<Ch>& source, Allocator* allocator = 0) : allocator… in allocator_()
128GenericPointer(const Ch* source, size_t length, Allocator* allocator = 0) : allocator_(allocator),… in allocator_()
154GenericPointer(const Token* tokens, size_t tokenCount) : allocator_(), ownAllocator_(), nameBuffer… in GenericPointer() function
157GenericPointer(const GenericPointer& rhs) : allocator_(), ownAllocator_(), nameBuffer_(), tokens_(… in GenericPointer() function
162GenericPointer(const GenericPointer& rhs, Allocator* allocator) : allocator_(allocator), ownAlloca… in GenericPointer() function
167 ~GenericPointer() { in ~GenericPointer()
174 GenericPointer& operator=(const GenericPointer& rhs) {
[all …]
Dfwd.h126 class GenericPointer; variable
128 typedef GenericPointer<Value, CrtAllocator> Pointer;
Dschema.h1824 typedef GenericPointer<ValueType, Allocator> PointerType;