HomeSort by relevance Sort by last modified time
    Searched refs:SentPacketsMap (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/net/quic/congestion_control/
send_algorithm_interface.h 53 typedef std::map<QuicPacketSequenceNumber, SentPacket*> SentPacketsMap;
69 const SentPacketsMap& sent_packets) = 0;
inter_arrival_sender.h 31 const SendAlgorithmInterface::SentPacketsMap& sent_packets_map,
40 const SentPacketsMap& sent_packets) OVERRIDE;
fix_rate_sender.h 32 const SentPacketsMap& sent_packets) OVERRIDE;
pacing_sender.h 39 const SendAlgorithmInterface::SentPacketsMap& sent_packets) OVERRIDE;
tcp_cubic_sender.h 44 const SentPacketsMap& sent_packets) OVERRIDE;
inter_arrival_sender.cc 60 const SendAlgorithmInterface::SentPacketsMap& sent_packets_map,
70 SendAlgorithmInterface::SentPacketsMap::const_reverse_iterator history_rit =
93 const SentPacketsMap& sent_packets) {
109 SentPacketsMap::const_iterator sent_it = sent_packets.find(sequence_number);
127 SentPacketsMap::const_iterator next_sent_it = ++sent_it;
fix_rate_sender.cc 45 const SentPacketsMap& /*sent_packets*/) {
pacing_sender.cc 32 const SendAlgorithmInterface::SentPacketsMap& sent_packets) {
fix_rate_test.cc 41 SendAlgorithmInterface::SentPacketsMap unused_packet_map_;
tcp_cubic_sender.cc 74 const SentPacketsMap& /*sent_packets*/) {
tcp_cubic_sender_test.cc 75 SendAlgorithmInterface::SentPacketsMap not_used_;
inter_arrival_sender_test.cc 120 SendAlgorithmInterface::SentPacketsMap sent_packets_;
  /external/chromium_org/net/quic/
quic_sent_packet_manager.h 293 SendAlgorithmInterface::SentPacketsMap packet_history_map_;
quic_sent_packet_manager.cc 644 SendAlgorithmInterface::SentPacketsMap::iterator history_it =
746 SendAlgorithmInterface::SentPacketsMap::iterator history_it =
  /external/chromium_org/net/quic/test_tools/
quic_test_utils.h 385 const SentPacketsMap&));

Completed in 400 milliseconds