Searched refs:ThisEntry (Results 1 – 1 of 1) sorted by relevance
242 while (ScopedHashTableVal<K, V> *ThisEntry = LastValInScope) { in ~ScopedHashTableScope() local244 if (!ThisEntry->getNextForKey()) { in ~ScopedHashTableScope()245 assert(HT.TopLevelMap[ThisEntry->getKey()] == ThisEntry && in ~ScopedHashTableScope()247 HT.TopLevelMap.erase(ThisEntry->getKey()); in ~ScopedHashTableScope()249 ScopedHashTableVal<K, V> *&KeyEntry = HT.TopLevelMap[ThisEntry->getKey()]; in ~ScopedHashTableScope()250 assert(KeyEntry == ThisEntry && "Scope imbalance!"); in ~ScopedHashTableScope()251 KeyEntry = ThisEntry->getNextForKey(); in ~ScopedHashTableScope()255 LastValInScope = ThisEntry->getNextInScope(); in ~ScopedHashTableScope()258 ThisEntry->Destroy(HT.getAllocator()); in ~ScopedHashTableScope()