Searched defs:KeyEntry (Results 1 – 5 of 5) sorted by relevance
218 ScopedHashTableVal<K, V> *&KeyEntry = TopLevelMap[Key]; in insertIntoScope() local248 ScopedHashTableVal<K, V> *&KeyEntry = HT.TopLevelMap[ThisEntry->getKey()]; in ~ScopedHashTableScope() local
217 ScopedHashTableVal<K, V> *&KeyEntry = TopLevelMap[Key]; in insertIntoScope() local247 ScopedHashTableVal<K, V> *&KeyEntry = HT.TopLevelMap[ThisEntry->getKey()]; in ~ScopedHashTableScope() local
211 ScopedHashTableVal<K, V> *&KeyEntry = TopLevelMap[Key]; in insertIntoScope() local241 ScopedHashTableVal<K, V> *&KeyEntry = HT.TopLevelMap[ThisEntry->getKey()]; in ~ScopedHashTableScope() local
100 explicit KeyEntry(std::shared_ptr<const Key> key) : key_(std::move(key)) {} in KeyEntry() function
99 class KeyEntry(Protocol): class