Lines Matching refs:allocator_
2514 …GenericValue<Encoding, Allocator>(type), allocator_(allocator), ownAllocator_(0), stack_(stackAll…
2516 if (!allocator_)
2517 ownAllocator_ = allocator_ = RAPIDJSON_NEW(Allocator)();
2527 … allocator_(allocator), ownAllocator_(0), stack_(stackAllocator, stackCapacity), parseResult_()
2529 if (!allocator_)
2530 ownAllocator_ = allocator_ = RAPIDJSON_NEW(Allocator)();
2537 allocator_(rhs.allocator_),
2542 rhs.allocator_ = 0;
2570 allocator_ = rhs.allocator_;
2575 rhs.allocator_ = 0;
2592 internal::Swap(allocator_, rhs.allocator_);
2796 RAPIDJSON_ASSERT(allocator_);
2797 return *allocator_;
2882 Allocator* allocator_;