Home
last modified time | relevance | path

Searched defs:LostPacketVector (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/congestion_control/
H A Dbbr2_drain.cc15 const LostPacketVector& /*lost_packets*/, in OnCongestionEvent()
H A Dbbr2_probe_rtt.cc23 const LostPacketVector& /*lost_packets*/, in OnCongestionEvent()
H A Dbbr2_startup.cc46 const LostPacketVector& /*lost_packets*/, in OnCongestionEvent()
H A Dbbr2_probe_bw.cc40 const LostPacketVector& /*lost_packets*/, in OnCongestionEvent()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_types.h605 using LostPacketVector = absl::InlinedVector<LostPacket, 2>; variable