Searched refs:stop_time_us (Results 1 – 6 of 6) sorted by relevance
65 const int64_t segment_end_us = parsed_log.first_log_segment().stop_time_us(); in AnalyzeStreamGaps()133 const int64_t segment_end_us = parsed_log.first_log_segment().stop_time_us(); in AnalyzeTransmissionGaps()199 const int64_t segment_end_us = parsed_log.first_log_segment().stop_time_us(); in AnalyzeLog()
752 int64_t segment_end_us = parsed_log_.first_log_segment().stop_time_us(); in CreateIncomingDelayGraph()1505 int64_t segment_end_us = parsed_log_.first_log_segment().stop_time_us(); in CreatePacerDelayGraph()
338 LogSegment(int64_t start_time_us, int64_t stop_time_us) in RTC_POP_IGNORING_WUNDEF()339 : start_time_us_(start_time_us), stop_time_us_(stop_time_us) {} in RTC_POP_IGNORING_WUNDEF()343 int64_t stop_time_us() const { return stop_time_us_; } in RTC_POP_IGNORING_WUNDEF()
291 void VerifyLoggedStopEvent(int64_t stop_time_us,
878 int64_t stop_time_us = rtc::TimeMicros(); in TEST_P() local892 verifier_.VerifyLoggedStopEvent(stop_time_us, stop_log_events[0]); in TEST_P()
1218 int64_t stop_time_us, in VerifyLoggedStopEvent() argument1220 EXPECT_EQ(stop_time_us / 1000, logged_event.log_time_ms()); in VerifyLoggedStopEvent()