HomeSort by relevance Sort by last modified time
    Searched refs:createHashMapWithArenaAllocatorAndCustomFunctors (Results 1 - 3 of 3) sorted by null

  /external/google-fruit/include/fruit/impl/normalized_component_storage/
normalized_component_storage.defn.h 41 return createHashMapWithArenaAllocatorAndCustomFunctors<LazyComponentWithNoArgs, ComponentStorageEntry>(
48 return createHashMapWithArenaAllocatorAndCustomFunctors<LazyComponentWithArgs, ComponentStorageEntry>(
  /external/google-fruit/include/fruit/impl/util/
hash_helpers.defn.h 62 return createHashMapWithArenaAllocatorAndCustomFunctors<Key, Value>(capacity, memory_pool, std::hash<Key>(),
68 createHashMapWithArenaAllocatorAndCustomFunctors(size_t capacity, MemoryPool& memory_pool, Hasher hasher,
hash_helpers.h 95 createHashMapWithArenaAllocatorAndCustomFunctors(size_t capacity, MemoryPool& memory_pool, Hasher, EqualityComparator);

Completed in 100 milliseconds