Searched defs:ScopedHashTable (Results 1 – 1 of 1) sorted by relevance
41 class ScopedHashTable; variable163 ScopedHashTable() : CurScope(nullptr) {} in ScopedHashTable() function164 ScopedHashTable(AllocatorTy A) : CurScope(0), Allocator(A) {} in ScopedHashTable() function