Home
last modified time | relevance | path

Searched refs:KeyEntry (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/ADT/
DScopedHashTable.h211 ScopedHashTableVal<K, V> *&KeyEntry = TopLevelMap[Key]; in insertIntoScope() local
212 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() local
242 assert(KeyEntry == ThisEntry && "Scope imbalance!"); in ~ScopedHashTableScope()
243 KeyEntry = ThisEntry->getNextForKey(); in ~ScopedHashTableScope()
/external/chromium_org/net/proxy/
Dproxy_config_service_win.h54 class KeyEntry; variable
55 typedef std::vector<KeyEntry*> KeyEntryList;
Dproxy_config_service_win.cc41 class ProxyConfigServiceWin::KeyEntry { class in net::ProxyConfigServiceWin
127 scoped_ptr<KeyEntry> entry(new KeyEntry); in AddKeyToWatchList()