Searched defs:MapAllocator (Results 1 – 5 of 5) sorted by relevance
/external/cronet/stable/third_party/protobuf/src/google/protobuf/ |
D | map.h | 115 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/ |
D | map.h | 115 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/cronet/tot/third_party/protobuf/src/google/protobuf/ |
D | map.h | 115 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/pytorch/aten/src/ATen/ |
D | MapAllocator.cpp | 64 MapAllocator::MapAllocator(WithFd, c10::string_view filename, int fd, int flags, size_t size) in MapAllocator() function in at::MapAllocator 372 MapAllocator::MapAllocator(c10::string_view filename, int flags, size_t size) in MapAllocator() function in at::MapAllocator 438 MapAllocator::MapAllocator(c10::string_view filename, int flags, size_t size) { in MapAllocator() function in at::MapAllocator 442 MapAllocator::MapAllocator(WithFd, c10::string_view filename, int fd, int flags, size_t size) { in MapAllocator() function in at::MapAllocator
|
/external/sdv/vsomeip/third_party/boost/container/test/ |
D | scoped_allocator_usage_test.cpp | 140 typedef scoped_allocator_adaptor<SimpleAllocator<MapNode> > MapAllocator; typedef
|