Searched defs:MapAllocator (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/ |
H A 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
|
/aosp_15_r20/external/protobuf/src/google/protobuf/ |
H A 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
|
/aosp_15_r20/external/pytorch/aten/src/ATen/ |
H A 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
|
/aosp_15_r20/art/runtime/ |
H A D | dex_reference_collection.h | 36 using MapAllocator = Allocator<std::pair<const DexFile*, IndexVector>>; variable
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/test/ |
D | scoped_allocator_usage_test.cpp | 140 typedef scoped_allocator_adaptor<SimpleAllocator<MapNode> > MapAllocator; typedef
|