Home
last modified time | relevance | path

Searched refs:LoggedRtcpPacketBye (Results 1 – 5 of 5) sorted by relevance

/dports/net-im/tg_owt/tg_owt-d578c76/src/logging/rtc_event_log/
H A Dlogged_events.h232 struct LoggedRtcpPacketBye { struct
233 LoggedRtcpPacketBye() = default;
H A Drtc_event_log_parser.h605 const std::vector<LoggedRtcpPacketBye>& byes( in RTC_POP_IGNORING_WUNDEF()
859 std::vector<LoggedRtcpPacketBye> incoming_bye_; in RTC_POP_IGNORING_WUNDEF()
860 std::vector<LoggedRtcpPacketBye> outgoing_bye_; in RTC_POP_IGNORING_WUNDEF()
H A Drtc_event_log_unittest_helper.h282 const LoggedRtcpPacketBye& logged_bye);
H A Drtc_event_log_unittest_helper.cc1223 const LoggedRtcpPacketBye& logged_bye) { in VerifyLoggedBye()
H A Drtc_event_log_parser.cc672 std::vector<LoggedRtcpPacketBye>* bye_list, in StoreRtcpBlocks()
718 LoggedRtcpPacketBye parsed_block; in StoreRtcpBlocks()