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