Home | History | Annotate | Download | only in src

Lines Matching refs:t_

304   int64_t& t() { return time_.t_; }
313 int64_t t_;
478 needs_resync |= (time_now.t_ - init_time.t_) > kMaxClockElapsedTime;
489 this->time_.t_ = init_time.t_ + (static_cast<int64_t>(elapsed) * 10000);