Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_flow_controller.h96 QuicStreamOffset send_window_offset() const { return send_window_offset_; } in send_window_offset() function
H A Dquic_flow_controller.cc33 QuicStreamOffset send_window_offset, QuicStreamOffset receive_window_offset, in QuicFlowController()