Searched defs:ScopedHashTable (Results 1 – 2 of 2) sorted by relevance
41 class ScopedHashTable; variable164 ScopedHashTable() : CurScope(nullptr) {} in ScopedHashTable() function165 ScopedHashTable(AllocatorTy A) : CurScope(0), Allocator(A) {} in ScopedHashTable() function
44 class ScopedHashTable; variable170 ScopedHashTable(AllocatorTy A) : Allocator(A) {} in ScopedHashTable() function