Searched refs:other_ts (Results 1 – 1 of 1) sorted by relevance
128 uint64_t other_ts = entry->token_.timestamp; in is_newer_than() local132 return (ts > other_ts) || in is_newer_than()133 ((ts == other_ts) && (time_received_ > entry->time_received_)); in is_newer_than()