Searched refs:NodeIdPairAllocatorType (Results 1 – 1 of 1) sorted by relevance
104 using NodeIdPairAllocatorType = NodeIdPairArray::AllocatorType; variable151 typename std::aligned_storage<sizeof(NodeIdPairAllocatorType),152 alignof(NodeIdPairAllocatorType)>::type158 NodeIdPairAllocatorType *NodeIdPairAllocator = nullptr;187 new (&NodeIdPairAllocatorStorage) NodeIdPairAllocatorType( in Allocators()189 NodeIdPairAllocator = reinterpret_cast<NodeIdPairAllocatorType *>( in Allocators()206 new (&NodeIdPairAllocatorStorage) NodeIdPairAllocatorType(Max); in Allocators()207 NodeIdPairAllocator = reinterpret_cast<NodeIdPairAllocatorType *>( in Allocators()223 sizeof(NodeIdPairAllocatorType)); in Allocators()231 NodeIdPairAllocator = reinterpret_cast<NodeIdPairAllocatorType *>( in Allocators()[all …]