Home | History | Annotate | Download | only in platform

Lines Matching defs:t_

257   int64_t& t() { return time_.t_; }
266 int64_t t_;
343 needs_resync |= (time_now.t_ - init_time.t_) > kMaxClockElapsedTime;
346 needs_resync |= time_now.t_ < init_time.t_;
357 this->time_.t_ = init_time.t_ + (static_cast<int64_t>(elapsed) * 10000);