Searched refs:ScopedHashTableScope (Results 1 – 1 of 1) sorted by relevance
85 class ScopedHashTableScope {90 ScopedHashTableScope *PrevScope;97 ScopedHashTableScope(ScopedHashTable<K, V, KInfo, AllocatorTy> &HT);98 ScopedHashTableScope(ScopedHashTableScope &) = delete;99 ScopedHashTableScope &operator=(ScopedHashTableScope &) = delete;100 ~ScopedHashTableScope();102 ScopedHashTableScope *getParentScope() { return PrevScope; } in getParentScope()103 const ScopedHashTableScope *getParentScope() const { return PrevScope; } in getParentScope()156 using ScopeTy = ScopedHashTableScope<K, V, KInfo, AllocatorTy>;160 friend class ScopedHashTableScope<K, V, KInfo, AllocatorTy>;[all …]