Home
last modified time | relevance | path

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

/external/google-fruit/include/fruit/impl/normalized_component_storage/
Dnormalized_component_storage.defn.h27 return createHashSetWithArenaAllocatorAndCustomFunctors<LazyComponentWithNoArgs>( in createLazyComponentWithNoArgsSet()
34 return createHashSetWithArenaAllocatorAndCustomFunctors<LazyComponentWithArgs>( in createLazyComponentWithArgsSet()
/external/google-fruit/include/fruit/impl/util/
Dhash_helpers.defn.h43 createHashSetWithArenaAllocatorAndCustomFunctors(size_t capacity, MemoryPool& memory_pool, Hasher h… in createHashSetWithArenaAllocatorAndCustomFunctors() function
Dhash_helpers.h82 createHashSetWithArenaAllocatorAndCustomFunctors(size_t capacity, MemoryPool& memory_pool, Hasher, …