Searched refs:ScopedHashTableScope (Results 1 – 1 of 1) sorted by relevance
83 class ScopedHashTableScope {88 ScopedHashTableScope *PrevScope;93 void operator=(ScopedHashTableScope&); // DO NOT IMPLEMENT94 ScopedHashTableScope(ScopedHashTableScope&); // DO NOT IMPLEMENT96 ScopedHashTableScope(ScopedHashTable<K, V, KInfo, AllocatorTy> &HT);97 ~ScopedHashTableScope();99 ScopedHashTableScope *getParentScope() { return PrevScope; } in getParentScope()100 const ScopedHashTableScope *getParentScope() const { return PrevScope; } in getParentScope()150 typedef ScopedHashTableScope<K, V, KInfo, AllocatorTy> ScopeTy;160 friend class ScopedHashTableScope<K, V, KInfo, AllocatorTy>; variable[all …]