Searched refs:entry_to_evict_it (Results 1 – 1 of 1) sorted by relevance
189 auto entry_to_evict_it = cache_.find(entry_to_evict->key); in PostLookupLocked() local190 CHECK(entry_to_evict_it != cache_.end()) in PostLookupLocked()192 removed_entries->push_back(entry_to_evict_it->second); in PostLookupLocked()193 cache_.erase(entry_to_evict_it); in PostLookupLocked()