Home
last modified time | relevance | path

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

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