Home | History | Annotate | Download | only in platform

Lines Matching refs:time_

241   FILETIME& ft() { return time_.ft_; }
244 int64_t& t() { return time_.t_; }
256 TimeStamp time_;
344 this->time_.t_ = init_time.t_ + (static_cast<int64_t>(elapsed) * 10000);