Searched refs:createHashMapWithArenaAllocator (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/google-fruit/src/ |
H A D | normalized_component_storage.cpp | 44 … binding_compression_info_map(createHashMapWithArenaAllocator<TypeId, CompressedBindingUndoInfo>( in NormalizedComponentStorage() 70 … binding_compression_info_map(createHashMapWithArenaAllocator<TypeId, CompressedBindingUndoInfo>( in NormalizedComponentStorage() 112 binding_compression_info_map = createHashMapWithArenaAllocator<TypeId, CompressedBindingUndoInfo>( in ~NormalizedComponentStorage()
|
H A D | binding_normalization.cpp | 339 … createHashMapWithArenaAllocator<TypeId, ComponentStorageEntry>(20 /* capacity */, memory_pool); in normalizeBindingsAndAddTo()
|
/aosp_15_r20/external/google-fruit/include/fruit/impl/util/ |
H A D | hash_helpers.defn.h | 60 inline HashMapWithArenaAllocator<Key, Value> createHashMapWithArenaAllocator(std::size_t capacity, in createHashMapWithArenaAllocator() function
|
H A D | hash_helpers.h | 91 HashMapWithArenaAllocator<Key, Value> createHashMapWithArenaAllocator(size_t capacity, MemoryPool& …
|
/aosp_15_r20/external/google-fruit/include/fruit/impl/normalized_component_storage/ |
H A D | binding_normalization.templates.h | 684 … createHashMapWithArenaAllocator<TypeId, ComponentStorageEntry>(20 /* capacity */, memory_pool); in normalizeBindingsWithBindingCompression() 687 … createHashMapWithArenaAllocator<TypeId, BindingCompressionInfo>(20 /* capacity */, memory_pool); in normalizeBindingsWithBindingCompression()
|