Home
last modified time | relevance | path

Searched refs:createHashMapWithArenaAllocator (Results 1 – 5 of 5) sorted by relevance

/external/google-fruit/src/
Dnormalized_component_storage.cpp47 … binding_compression_info_map(createHashMapWithArenaAllocator<TypeId, CompressedBindingUndoInfo>( in NormalizedComponentStorage()
73 … binding_compression_info_map(createHashMapWithArenaAllocator<TypeId, CompressedBindingUndoInfo>( in NormalizedComponentStorage()
115 binding_compression_info_map = createHashMapWithArenaAllocator<TypeId, CompressedBindingUndoInfo>( in ~NormalizedComponentStorage()
Dbinding_normalization.cpp341createHashMapWithArenaAllocator<TypeId, ComponentStorageEntry>(20 /* capacity */, memory_pool); in normalizeBindingsAndAddTo()
/external/google-fruit/include/fruit/impl/util/
Dhash_helpers.defn.h60 inline HashMapWithArenaAllocator<Key, Value> createHashMapWithArenaAllocator(std::size_t capacity, in createHashMapWithArenaAllocator() function
Dhash_helpers.h91 HashMapWithArenaAllocator<Key, Value> createHashMapWithArenaAllocator(size_t capacity, MemoryPool& …
/external/google-fruit/include/fruit/impl/normalized_component_storage/
Dbinding_normalization.templates.h684createHashMapWithArenaAllocator<TypeId, ComponentStorageEntry>(20 /* capacity */, memory_pool); in normalizeBindingsWithBindingCompression()
687createHashMapWithArenaAllocator<TypeId, BindingCompressionInfo>(20 /* capacity */, memory_pool); in normalizeBindingsWithBindingCompression()