Searched refs:LoggedStopEvent (Results 1 – 6 of 6) sorted by relevance
145 auto f2 = [&result](LoggedStopEvent elem) { in TEST()150 std::vector<LoggedStopEvent> events2{LoggedStopEvent(1000)}; in TEST()
464 struct LoggedStopEvent { struct465 explicit LoggedStopEvent(int64_t timestamp_us) : timestamp_us(timestamp_us) {} in LoggedStopEvent() function
292 const LoggedStopEvent& logged_event) const;
422 const std::vector<LoggedStopEvent>& stop_log_events() const { in RTC_POP_IGNORING_WUNDEF()829 std::vector<LoggedStopEvent> stop_log_events_; in RTC_POP_IGNORING_WUNDEF()
1219 const LoggedStopEvent& logged_event) const { in VerifyLoggedStopEvent()
1487 stop_log_events_.push_back(LoggedStopEvent(timestamp_us)); in StoreParsedLegacyEvent()2581 LoggedStopEvent stop_event(proto.timestamp_ms() * 1000); in StoreStopEvent()