Searched defs:MapAllocator (Results 1 – 2 of 2) sorted by relevance
115 constexpr MapAllocator() : arena_(nullptr) {} in MapAllocator() function116 explicit constexpr MapAllocator(Arena* arena) : arena_(arena) {} in MapAllocator() function118 MapAllocator(const MapAllocator<X>& allocator) // NOLINT(runtime/explicit) in MapAllocator() function