Searched refs:ThisEntry (Results 1 – 1 of 1) sorted by relevance
241 while (ScopedHashTableVal<K, V> *ThisEntry = LastValInScope) { in ~ScopedHashTableScope() local243 if (!ThisEntry->getNextForKey()) { in ~ScopedHashTableScope()244 assert(HT.TopLevelMap[ThisEntry->getKey()] == ThisEntry && in ~ScopedHashTableScope()246 HT.TopLevelMap.erase(ThisEntry->getKey()); in ~ScopedHashTableScope()248 ScopedHashTableVal<K, V> *&KeyEntry = HT.TopLevelMap[ThisEntry->getKey()]; in ~ScopedHashTableScope()249 assert(KeyEntry == ThisEntry && "Scope imbalance!"); in ~ScopedHashTableScope()250 KeyEntry = ThisEntry->getNextForKey(); in ~ScopedHashTableScope()254 LastValInScope = ThisEntry->getNextInScope(); in ~ScopedHashTableScope()257 ThisEntry->Destroy(HT.getAllocator()); in ~ScopedHashTableScope()