Home
last modified time | relevance | path

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

/external/cronet/net/third_party/quiche/src/quiche/quic/core/congestion_control/
Dbbr2_drain.cc14 const AckedPacketVector& /*acked_packets*/, in OnCongestionEvent()
Dbbr2_probe_rtt.cc22 const AckedPacketVector& /*acked_packets*/, in OnCongestionEvent()
Dbbr2_startup.cc45 const AckedPacketVector& /*acked_packets*/, in OnCongestionEvent()
Dbbr2_probe_bw.cc39 const AckedPacketVector& /*acked_packets*/, in OnCongestionEvent()
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_types.h576 using AckedPacketVector = absl::InlinedVector<AckedPacket, 2>; variable