Searched refs:time_received_ (Results 1 – 2 of 2) sorted by relevance
105 time_received_ = rhs.time_received_;125 ((ts == other_ts) && (time_received_ > entry->time_received_)); in is_newer_than()131 time_t time_received() const { return time_received_; } in time_received()138 time_t time_received_; variable
215 : token_(token), time_received_(current_time), last_use_(current_time), in Entry()