Searched defs:SendTimeState (Results 1 – 2 of 2) sorted by relevance
29 struct QUICHE_EXPORT SendTimeState { struct30 SendTimeState() in SendTimeState() argument38 SendTimeState(bool is_app_limited, QuicByteCount total_bytes_sent, in SendTimeState() function49 SendTimeState& operator=(const SendTimeState& other) = default; argument55 bool is_valid;60 bool is_app_limited;64 QuicByteCount total_bytes_sent;67 QuicByteCount total_bytes_acked;70 QuicByteCount total_bytes_lost;76 QuicByteCount bytes_in_flight;
218 TEST_P(BandwidthSamplerTest, SendTimeState) { in TEST_P() argument