Home
last modified time | relevance | path

Searched defs:MapAllocator (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/
Dmap.h204 MapAllocator() : arena_(NULL) {} in MapAllocator() function
205 explicit MapAllocator(Arena* arena) : arena_(arena) {} in MapAllocator() function
207 MapAllocator(const MapAllocator<X>& allocator) in MapAllocator() function