Searched defs:allocator_ (Results 1 – 5 of 5) sorted by relevance
/lvgl-latest/src/libs/thorvg/rapidjson/internal/ |
D | stack.h | 217 Allocator* allocator_; variable
|
D | regex.h | 591 Allocator* allocator_; in RAPIDJSON_DIAG_OFF() local 718 Allocator* allocator_; in RAPIDJSON_DIAG_OFF() local
|
/lvgl-latest/src/libs/thorvg/rapidjson/ |
D | pointer.h | 98 …GenericPointer(Allocator* allocator = 0) : allocator_(allocator), ownAllocator_(), nameBuffer_(), … in allocator_() function 105 …explicit GenericPointer(const Ch* source, Allocator* allocator = 0) : allocator_(allocator), ownAl… in allocator_() function 116 …inter(const std::basic_string<Ch>& source, Allocator* allocator = 0) : allocator_(allocator), ownA… in allocator_() function 128 …GenericPointer(const Ch* source, size_t length, Allocator* allocator = 0) : allocator_(allocator),… in allocator_() function 1155 …Allocator* allocator_; //!< The current allocator. It is either user-supplied or … variable
|
D | uri.h | 468 …Allocator* allocator_; //!< The current allocator. It is either user-supplied or equal to own… variable
|
D | schema.h | 537 allocator_(allocator), in allocator_() function 1696 AllocatorType* allocator_; variable
|