Searched refs:createHashSetWithArenaAllocator (Results 1 – 4 of 4) sorted by relevance
37 inline HashSetWithArenaAllocator<T> createHashSetWithArenaAllocator(size_t capacity, MemoryPool& me… in createHashSetWithArenaAllocator() function
78 HashSetWithArenaAllocator<T> createHashSetWithArenaAllocator(size_t capacity, MemoryPool& memory_po…
87 …HashSetWithArenaAllocator<NodeId> node_ids = createHashSetWithArenaAllocator<NodeId>(last - first,… in SemistaticGraph()
391 createHashSetWithArenaAllocator<TypeId>(20 /* capacity */, memory_pool); in normalizeBindingsAndAddTo()