Searched refs:stop_time_us (Results 1 – 6 of 6) sorted by relevance
55 const int64_t segment_end_us = parsed_log.first_log_segment().stop_time_us(); in AnalyzeStreamGaps()123 const int64_t segment_end_us = parsed_log.first_log_segment().stop_time_us(); in AnalyzeTransmissionGaps()190 const int64_t segment_end_us = parsed_log.first_log_segment().stop_time_us(); in AnalyzeLog()
756 int64_t segment_end_us = parsed_log_.first_log_segment().stop_time_us(); in CreateIncomingDelayGraph()1535 int64_t segment_end_us = parsed_log_.first_log_segment().stop_time_us(); in CreatePacerDelayGraph()
357 LogSegment(int64_t start_time_us, int64_t stop_time_us) in RTC_POP_IGNORING_WUNDEF()358 : start_time_us_(start_time_us), stop_time_us_(stop_time_us) {} in RTC_POP_IGNORING_WUNDEF()362 int64_t stop_time_us() const { return stop_time_us_; } in RTC_POP_IGNORING_WUNDEF()
301 void VerifyLoggedStopEvent(int64_t stop_time_us,
911 int64_t start_time_us, utc_start_time_us, stop_time_us; in TEST_P() local937 stop_time_us = rtc::TimeMicros(); in TEST_P()954 verifier_.VerifyLoggedStopEvent(stop_time_us, stop_log_events[0]); in TEST_P()
1296 int64_t stop_time_us, in VerifyLoggedStopEvent() argument1298 EXPECT_EQ(stop_time_us / 1000, logged_event.log_time_ms()); in VerifyLoggedStopEvent()