Searched refs:last_log_time_us_ (Results 1 – 2 of 2) sorted by relevance
98 last_log_time_us_(clock_->TimeInMicroseconds()) {} in FakeNetworkPipe()112 last_log_time_us_(clock_->TimeInMicroseconds()) { in FakeNetworkPipe()269 if (time_now_us - last_log_time_us_ > kLogIntervalMs * 1000) { in Process()277 last_log_time_us_ = time_now_us; in Process()
228 int64_t last_log_time_us_; variable