updated_rtt_       48 net/quic/congestion_control/pacing_sender.cc   if (has_retransmittable_data == HAS_RETRANSMITTABLE_DATA && updated_rtt_) {
updated_rtt_       76 net/quic/congestion_control/pacing_sender.cc   if (!updated_rtt_) {
updated_rtt_      121 net/quic/congestion_control/pacing_sender.cc   updated_rtt_= true;
updated_rtt_       61 net/quic/congestion_control/pacing_sender.h   bool updated_rtt_;  // True if we have at least one RTT update.