Searched refs:KeyEntry (Results 1 – 3 of 3) sorted by relevance
211 ScopedHashTableVal<K, V> *&KeyEntry = TopLevelMap[Key]; in insertIntoScope() local212 KeyEntry = ValTy::Create(S->getLastValInScope(), KeyEntry, Key, Val, in insertIntoScope()214 S->setLastValInScope(KeyEntry); in insertIntoScope()241 ScopedHashTableVal<K, V> *&KeyEntry = HT.TopLevelMap[ThisEntry->getKey()]; in ~ScopedHashTableScope() local242 assert(KeyEntry == ThisEntry && "Scope imbalance!"); in ~ScopedHashTableScope()243 KeyEntry = ThisEntry->getNextForKey(); in ~ScopedHashTableScope()
54 class KeyEntry; variable55 typedef std::vector<KeyEntry*> KeyEntryList;
41 class ProxyConfigServiceWin::KeyEntry { class in net::ProxyConfigServiceWin127 scoped_ptr<KeyEntry> entry(new KeyEntry); in AddKeyToWatchList()