Home
last modified time | relevance | path

Searched refs:createHashMapWithArenaAllocatorAndCustomFunctors (Results 1 – 3 of 3) sorted by relevance

/external/google-fruit/include/fruit/impl/normalized_component_storage/
Dnormalized_component_storage.defn.h41 …return createHashMapWithArenaAllocatorAndCustomFunctors<LazyComponentWithNoArgs, ComponentStorageE… in createLazyComponentWithNoArgsReplacementMap()
48 …return createHashMapWithArenaAllocatorAndCustomFunctors<LazyComponentWithArgs, ComponentStorageEnt… in createLazyComponentWithArgsReplacementMap()
/external/google-fruit/include/fruit/impl/util/
Dhash_helpers.defn.h62 …return createHashMapWithArenaAllocatorAndCustomFunctors<Key, Value>(capacity, memory_pool, std::ha… in createHashMapWithArenaAllocator()
68 createHashMapWithArenaAllocatorAndCustomFunctors(size_t capacity, MemoryPool& memory_pool, Hasher h… in createHashMapWithArenaAllocatorAndCustomFunctors() function
Dhash_helpers.h95 createHashMapWithArenaAllocatorAndCustomFunctors(size_t capacity, MemoryPool& memory_pool, Hasher, …