Home
last modified time | relevance | path

Searched defs:SendTimeState (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/congestion_control/
H A Dbandwidth_sampler.h29 struct QUICHE_EXPORT SendTimeState { struct
30 SendTimeState() in SendTimeState() argument
38 SendTimeState(bool is_app_limited, QuicByteCount total_bytes_sent, in SendTimeState() function
49 SendTimeState& operator=(const SendTimeState& other) = default; argument
55 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;
H A Dbandwidth_sampler_test.cc218 TEST_P(BandwidthSamplerTest, SendTimeState) { in TEST_P() argument