Home
last modified time | relevance | path

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

/external/cronet/third_party/protobuf/src/google/protobuf/
Dmap.h115 constexpr MapAllocator() : arena_(nullptr) {} in MapAllocator() function
116 explicit constexpr MapAllocator(Arena* arena) : arena_(arena) {} in MapAllocator() function
118 MapAllocator(const MapAllocator<X>& allocator) // NOLINT(runtime/explicit) in MapAllocator() function
/external/protobuf/src/google/protobuf/
Dmap.h115 constexpr MapAllocator() : arena_(nullptr) {} in MapAllocator() function
116 explicit constexpr MapAllocator(Arena* arena) : arena_(arena) {} in MapAllocator() function
118 MapAllocator(const MapAllocator<X>& allocator) // NOLINT(runtime/explicit) in MapAllocator() function