Searched refs:CongestionMap (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/net/quic/congestion_control/
H A Dsend_algorithm_interface.h28 typedef std::map<QuicPacketSequenceNumber, TransmissionInfo> CongestionMap; typedef in class:net::SendAlgorithmInterface
51 const CongestionMap& acked_packets,
52 const CongestionMap& lost_packets) = 0;
H A Dfix_rate_sender.cc53 const CongestionMap& acked_packets,
54 const CongestionMap& lost_packets) {
H A Dfix_rate_sender.h35 const CongestionMap& acked_packets,
36 const CongestionMap& lost_packets) OVERRIDE;
H A Dpacing_sender.h39 const CongestionMap& acked_packets,
40 const CongestionMap& lost_packets) OVERRIDE;
H A Dpacing_sender.cc34 const CongestionMap& acked_packets,
35 const CongestionMap& lost_packets) {
H A Dtcp_cubic_sender.h49 const CongestionMap& acked_packets,
50 const CongestionMap& lost_packets) OVERRIDE;
H A Dtcp_cubic_sender.cc79 const CongestionMap& acked_packets,
80 const CongestionMap& lost_packets) {
87 for (CongestionMap::const_iterator it = lost_packets.begin();
91 for (CongestionMap::const_iterator it = acked_packets.begin();
H A Dtcp_cubic_sender_test.cc84 SendAlgorithmInterface::CongestionMap acked_packets;
85 SendAlgorithmInterface::CongestionMap lost_packets;
97 SendAlgorithmInterface::CongestionMap acked_packets;
98 SendAlgorithmInterface::CongestionMap lost_packets;
110 SendAlgorithmInterface::CongestionMap acked_packets;
111 SendAlgorithmInterface::CongestionMap lost_packets;
H A Dsend_algorithm_simulator.cc177 SendAlgorithmInterface::CongestionMap acked_packets;
178 SendAlgorithmInterface::CongestionMap lost_packets;
H A Dpacing_sender_test.cc148 SendAlgorithmInterface::CongestionMap empty_map;
/external/chromium_org/net/quic/
H A Dquic_sent_packet_manager.h307 SendAlgorithmInterface::CongestionMap packets_acked_;
308 SendAlgorithmInterface::CongestionMap packets_lost_;
/external/chromium_org/net/quic/test_tools/
H A Dquic_test_utils.h449 const CongestionMap& acked_packets,
450 const CongestionMap& lost_packets));

Completed in 1617 milliseconds