Home
last modified time | relevance | path

Searched refs:createHashSetWithArenaAllocator (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/google-fruit/include/fruit/impl/util/
H A Dhash_helpers.defn.h37 inline HashSetWithArenaAllocator<T> createHashSetWithArenaAllocator(size_t capacity, MemoryPool& me… in createHashSetWithArenaAllocator() function
H A Dhash_helpers.h78 HashSetWithArenaAllocator<T> createHashSetWithArenaAllocator(size_t capacity, MemoryPool& memory_po…
/aosp_15_r20/external/google-fruit/include/fruit/impl/data_structures/
H A Dsemistatic_graph.templates.h87 …HashSetWithArenaAllocator<NodeId> node_ids = createHashSetWithArenaAllocator<NodeId>(last - first,… in SemistaticGraph()
/aosp_15_r20/external/google-fruit/src/
H A Dbinding_normalization.cpp389 createHashSetWithArenaAllocator<TypeId>(20 /* capacity */, memory_pool); in normalizeBindingsAndAddTo()