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