Lines Matching defs:NodeAllocator
151 NodeAllocatorType *NodeAllocator = nullptr;
170 NodeAllocator =
191 NodeAllocator =
221 NodeAllocator =
230 O.NodeAllocator = nullptr;
239 if (NodeAllocator)
240 NodeAllocator->~NodeAllocatorType();
241 if (O.NodeAllocator) {
243 NodeAllocatorType(std::move(*O.NodeAllocator));
244 NodeAllocator =
246 O.NodeAllocator = nullptr;
248 NodeAllocator = nullptr;
291 if (NodeAllocator != nullptr)
292 NodeAllocator->~NodeAllocatorType();
326 : Nodes(*A.NodeAllocator),