Searched refs:ownAllocator_ (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/internal/ |
| H A D | stack.h | 40 …Stack(Allocator* allocator, size_t stackCapacity) : allocator_(allocator), ownAllocator_(0), stack… in Stack() 46 ownAllocator_(rhs.ownAllocator_), in Stack() 53 rhs.ownAllocator_ = 0; in Stack() 72 ownAllocator_ = rhs.ownAllocator_; 79 rhs.ownAllocator_ = 0; 91 internal::Swap(ownAllocator_, rhs.ownAllocator_); in Swap() 186 ownAllocator_ = allocator_ = RAPIDJSON_NEW(Allocator()); in Expand() 208 RAPIDJSON_DELETE(ownAllocator_); // Only delete if it is owned by the stack in Destroy() 216 Allocator* ownAllocator_; variable
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/ |
| H A D | pointer.h | 109 …GenericPointer(Allocator* allocator = 0) : allocator_(allocator), ownAllocator_(), nameBuffer_(), … in allocator_() 116 …(const Ch* source, Allocator* allocator = 0) : allocator_(allocator), ownAllocator_(), nameBuffer_… in allocator_() 127 …tring<Ch>& source, Allocator* allocator = 0) : allocator_(allocator), ownAllocator_(), nameBuffer_… in allocator_() 139 …ce, size_t length, Allocator* allocator = 0) : allocator_(allocator), ownAllocator_(), nameBuffer_… in allocator_() 165 …GenericPointer(const Token* tokens, size_t tokenCount) : allocator_(), ownAllocator_(), nameBuffer… in GenericPointer() 168 …nericPointer& rhs, Allocator* allocator = 0) : allocator_(allocator), ownAllocator_(), nameBuffer_… in allocator_() 176 RAPIDJSON_DELETE(ownAllocator_); in ~GenericPointer() 761 ownAllocator_ = allocator_ = RAPIDJSON_NEW(Allocator()); 809 ownAllocator_ = allocator_ = RAPIDJSON_NEW(Allocator()); in Parse() 1040 Allocator* ownAllocator_; //!< Allocator owned by this Pointer. variable
|
| H A D | document.h | 2038 …GenericValue<Encoding, Allocator>(type), allocator_(allocator), ownAllocator_(0), stack_(stackAll… 2041 ownAllocator_ = allocator_ = RAPIDJSON_NEW(Allocator()); 2051 … allocator_(allocator), ownAllocator_(0), stack_(stackAllocator, stackCapacity), parseResult_() 2054 ownAllocator_ = allocator_ = RAPIDJSON_NEW(Allocator()); 2062 ownAllocator_(rhs.ownAllocator_), 2067 rhs.ownAllocator_ = 0; 2088 ownAllocator_ = rhs.ownAllocator_; 2093 rhs.ownAllocator_ = 0; 2110 internal::Swap(ownAllocator_, rhs.ownAllocator_); 2391 RAPIDJSON_DELETE(ownAllocator_); [all …]
|
| H A D | schema.h | 1344 ownAllocator_(), 1350 ownAllocator_ = allocator_ = RAPIDJSON_NEW(Allocator()); 1381 ownAllocator_(rhs.ownAllocator_), 1388 rhs.ownAllocator_ = 0; 1397 RAPIDJSON_DELETE(ownAllocator_); 1523 Allocator *ownAllocator_;
|