Home | History | Annotate | Download | only in base

Lines Matching full:second

103     const ValueType& value() const { return it_->second.first; }
104 const ExpirationType& expiration() const { return it_->second.second; }
109 // Use a second layer of type indirection, as both EntryMap and
131 if (!expiration_comp_(now, it->second.second)) {
136 return &it->second.first;
154 it->second.first = value;
155 it->second.second = expiration;
181 if (!expiration_comp_(now, it->second.second)) {
201 eviction_handler_.Handle(it->first, it->second.first, it->second.second,