Home
last modified time | relevance | path

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

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