reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
189 NodeIdPairAllocator = reinterpret_cast<NodeIdPairAllocatorType *>( 207 NodeIdPairAllocator = reinterpret_cast<NodeIdPairAllocatorType *>( 231 NodeIdPairAllocator = reinterpret_cast<NodeIdPairAllocatorType *>( 237 O.NodeIdPairAllocator = nullptr; 279 if (NodeIdPairAllocator) 280 NodeIdPairAllocator->~NodeIdPairAllocatorType(); 281 if (O.NodeIdPairAllocator) { 283 NodeIdPairAllocatorType(std::move(*O.NodeIdPairAllocator)); 284 NodeIdPairAllocator = reinterpret_cast<NodeIdPairAllocatorType *>( 286 O.NodeIdPairAllocator = nullptr; 288 NodeIdPairAllocator = nullptr; 301 if (NodeIdPairAllocator != nullptr) 302 NodeIdPairAllocator->~NodeIdPairAllocatorType(); 333 NodeIdPairAllocator(A.NodeIdPairAllocator),