Searched refs:LastValInScope (Results 1 – 2 of 2) sorted by relevance
92 ScopedHashTableVal<K, V> *LastValInScope; variable105 return LastValInScope; in getLastValInScope()108 LastValInScope = Val; in setLastValInScope()225 LastValInScope = 0; in ScopedHashTableScope()234 while (ScopedHashTableVal<K, V> *ThisEntry = LastValInScope) { in ~ScopedHashTableScope()247 LastValInScope = ThisEntry->getNextInScope(); in ~ScopedHashTableScope()
91 ScopedHashTableVal<K, V> *LastValInScope; variable105 return LastValInScope; in getLastValInScope()108 LastValInScope = Val; in setLastValInScope()225 LastValInScope = nullptr; in ScopedHashTableScope()234 while (ScopedHashTableVal<K, V> *ThisEntry = LastValInScope) { in ~ScopedHashTableScope()247 LastValInScope = ThisEntry->getNextInScope(); in ~ScopedHashTableScope()