Searched refs:createHashMapWithArenaAllocatorAndCustomFunctors (Results 1 – 3 of 3) sorted by relevance
/external/google-fruit/include/fruit/impl/normalized_component_storage/ |
D | normalized_component_storage.defn.h | 41 …return createHashMapWithArenaAllocatorAndCustomFunctors<LazyComponentWithNoArgs, ComponentStorageE… in createLazyComponentWithNoArgsReplacementMap() 48 …return createHashMapWithArenaAllocatorAndCustomFunctors<LazyComponentWithArgs, ComponentStorageEnt… in createLazyComponentWithArgsReplacementMap()
|
/external/google-fruit/include/fruit/impl/util/ |
D | hash_helpers.defn.h | 62 …return createHashMapWithArenaAllocatorAndCustomFunctors<Key, Value>(capacity, memory_pool, std::ha… in createHashMapWithArenaAllocator() 68 createHashMapWithArenaAllocatorAndCustomFunctors(size_t capacity, MemoryPool& memory_pool, Hasher h… in createHashMapWithArenaAllocatorAndCustomFunctors() function
|
D | hash_helpers.h | 95 createHashMapWithArenaAllocatorAndCustomFunctors(size_t capacity, MemoryPool& memory_pool, Hasher, …
|