Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A 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
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A 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
/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DMapAllocator.cpp64 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 Ddex_reference_collection.h36 using MapAllocator = Allocator<std::pair<const DexFile*, IndexVector>>; variable
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/test/
Dscoped_allocator_usage_test.cpp140 typedef scoped_allocator_adaptor<SimpleAllocator<MapNode> > MapAllocator; typedef