Searched defs:DebugState (Results 1 – 8 of 8) sorted by relevance
115 struct QUIC_EXPORT_PRIVATE DebugState { struct134 Bbr2StartupMode::DebugState startup; argument135 Bbr2DrainMode::DebugState drain; argument136 Bbr2ProbeBwMode::DebugState probe_bw; argument137 Bbr2ProbeRttMode::DebugState probe_rtt; argument
67 struct QUIC_EXPORT_PRIVATE DebugState { struct71 Mode mode;72 QuicBandwidth max_bandwidth;73 QuicRoundTripCount round_trip_count;74 int gain_cycle_index;75 QuicByteCount congestion_window;77 bool is_at_full_bandwidth;78 QuicBandwidth bandwidth_at_last_round;79 QuicRoundTripCount rounds_without_bandwidth_gain;81 QuicTime::Delta min_rtt;[all …]
47 struct QUIC_EXPORT_PRIVATE DebugState { struct53 DebugState ExportDebugState() const; argument
38 struct QUIC_EXPORT_PRIVATE DebugState { struct43 DebugState ExportDebugState() const; argument
42 struct QUIC_EXPORT_PRIVATE DebugState { struct46 DebugState ExportDebugState() const; argument
51 struct QUIC_EXPORT_PRIVATE DebugState { struct57 DebugState ExportDebugState() const; argument
54 BbrSender::DebugState::DebugState(const BbrSender& sender) in DebugState() function in quic::BbrSender::DebugState
125 void OptimizerOptionsOpaque::SetDebugEnabled(bool DebugState) in SetDebugEnabled()