Searched defs:ScopedHashTable (Results 1 – 2 of 2) 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