Searched refs:SentPacketsMap (Results 1 – 15 of 15) sorted by relevance
53 typedef std::map<QuicPacketSequenceNumber, SentPacket*> SentPacketsMap; typedef69 const SentPacketsMap& sent_packets) = 0;
60 const SendAlgorithmInterface::SentPacketsMap& sent_packets_map, in CalculateSentBandwidth()70 SendAlgorithmInterface::SentPacketsMap::const_reverse_iterator history_rit = in CalculateSentBandwidth()93 const SentPacketsMap& sent_packets) { in OnIncomingQuicCongestionFeedbackFrame()109 SentPacketsMap::const_iterator sent_it = sent_packets.find(sequence_number); in OnIncomingQuicCongestionFeedbackFrame()127 SentPacketsMap::const_iterator next_sent_it = ++sent_it; in OnIncomingQuicCongestionFeedbackFrame()
31 const SendAlgorithmInterface::SentPacketsMap& sent_packets_map,40 const SentPacketsMap& sent_packets) OVERRIDE;
32 const SentPacketsMap& sent_packets) OVERRIDE;
39 const SendAlgorithmInterface::SentPacketsMap& sent_packets) OVERRIDE;
44 const SentPacketsMap& sent_packets) OVERRIDE;
45 const SentPacketsMap& /*sent_packets*/) { in OnIncomingQuicCongestionFeedbackFrame() argument
32 const SendAlgorithmInterface::SentPacketsMap& sent_packets) { in OnIncomingQuicCongestionFeedbackFrame()
41 SendAlgorithmInterface::SentPacketsMap unused_packet_map_;
74 const SentPacketsMap& /*sent_packets*/) { in OnIncomingQuicCongestionFeedbackFrame() argument
75 SendAlgorithmInterface::SentPacketsMap not_used_;
120 SendAlgorithmInterface::SentPacketsMap sent_packets_;
293 SendAlgorithmInterface::SentPacketsMap packet_history_map_;
644 SendAlgorithmInterface::SentPacketsMap::iterator history_it = in MaybeUpdateRTT()746 SendAlgorithmInterface::SentPacketsMap::iterator history_it = in CleanupPacketHistory()
385 const SentPacketsMap&));