Searched refs:MapAllocator (Results 1 – 1 of 1) sorted by relevance
566 MapAllocator<std::pair<const Key, MapPair<Key, T>*> >(arena_)); in Init()576 class MapAllocator {586 MapAllocator() : arena_(NULL) {} in MapAllocator() function587 explicit MapAllocator(Arena* arena) : arena_(arena) {} in MapAllocator() function589 MapAllocator(const MapAllocator<X>& allocator) in MapAllocator() function635 typedef MapAllocator<X> other;639 bool operator==(const MapAllocator<X>& other) const {644 bool operator!=(const MapAllocator<X>& other) const {682 typedef MapAllocator<KeyValuePair> Allocator;1352 MapAllocator<std::pair<const Key, MapPair<Key, T>*> > >