Home | History | Annotate | Download | only in quic

Lines Matching refs:QuicWindowUpdateFrame

809 struct NET_EXPORT_PRIVATE QuicWindowUpdateFrame {
810 QuicWindowUpdateFrame() {}
811 QuicWindowUpdateFrame(QuicStreamId stream_id, QuicStreamOffset byte_offset);
814 std::ostream& os, const QuicWindowUpdateFrame& w);
864 explicit QuicFrame(QuicWindowUpdateFrame* frame);
881 QuicWindowUpdateFrame* window_update_frame;