Searched defs:ScopedHashTable (Results 1 – 3 of 3) sorted by relevance
41 class ScopedHashTable; variable162 ScopedHashTable() : CurScope(0) {} in ScopedHashTable() function163 ScopedHashTable(AllocatorTy A) : CurScope(0), Allocator(A) {} in ScopedHashTable() function
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