Home
last modified time | relevance | path

Searched refs:QuicWindowUpdateFrame (Results 1 – 25 of 75) sorted by relevance

123

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/core/frames/
H A Dquic_window_update_frame.cc10 QuicWindowUpdateFrame::QuicWindowUpdateFrame() in QuicWindowUpdateFrame() function in quic::QuicWindowUpdateFrame
13 QuicWindowUpdateFrame::QuicWindowUpdateFrame( in QuicWindowUpdateFrame() function in quic::QuicWindowUpdateFrame
22 const QuicWindowUpdateFrame& window_update_frame) { in operator <<()
H A Dquic_window_update_frame.h17 struct QUIC_EXPORT_PRIVATE QuicWindowUpdateFrame { struct
18 QuicWindowUpdateFrame();
19 QuicWindowUpdateFrame(QuicControlFrameId control_frame_id,
25 const QuicWindowUpdateFrame& w);
H A Dquic_frame.h55 explicit QuicFrame(QuicWindowUpdateFrame* frame);
96 QuicWindowUpdateFrame* window_update_frame;
H A Dquic_frame.cc46 QuicFrame::QuicFrame(QuicWindowUpdateFrame* frame) in QuicFrame()
243 copy = QuicFrame(new QuicWindowUpdateFrame(*frame.window_update_frame)); in CopyRetransmittableControlFrame()
290 copy = QuicFrame(new QuicWindowUpdateFrame(*frame.window_update_frame)); in CopyQuicFrame()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/frames/
H A Dquic_window_update_frame.h18 struct QUIC_EXPORT_PRIVATE QuicWindowUpdateFrame { struct
19 QuicWindowUpdateFrame() = default;
20 QuicWindowUpdateFrame(QuicControlFrameId control_frame_id,
26 const QuicWindowUpdateFrame& w);
H A Dquic_window_update_frame.cc9 QuicWindowUpdateFrame::QuicWindowUpdateFrame( in QuicWindowUpdateFrame() function in quic::QuicWindowUpdateFrame
18 const QuicWindowUpdateFrame& window_update_frame) { in operator <<()
H A Dquic_frame.h65 explicit QuicFrame(QuicWindowUpdateFrame* frame);
111 QuicWindowUpdateFrame* window_update_frame;
H A Dquic_frame.cc47 QuicFrame::QuicFrame(QuicWindowUpdateFrame* frame) in QuicFrame()
265 copy = QuicFrame(new QuicWindowUpdateFrame(*frame.window_update_frame)); in CopyRetransmittableControlFrame()
315 copy = QuicFrame(new QuicWindowUpdateFrame(*frame.window_update_frame)); in CopyQuicFrame()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/core/
H A Dquic_control_frame_manager_test.cc88 QuicWindowUpdateFrame window_update_ = {3, kTestStreamId, 100};
237 QuicWindowUpdateFrame window_update2(number_of_frames_ + 1, kTestStreamId, in TEST_F()
241 QuicWindowUpdateFrame window_update3(number_of_frames_ + 2, kTestStreamId, in TEST_F()
271 QuicWindowUpdateFrame window_update2(5, kTestStreamId + 2, 200); in TEST_F()
274 QuicWindowUpdateFrame window_update3(6, kTestStreamId + 4, 300); in TEST_F()
H A Dquic_framer.h199 virtual bool OnWindowUpdateFrame(const QuicWindowUpdateFrame& frame) = 0;
339 const QuicWindowUpdateFrame& frame);
794 QuicWindowUpdateFrame* frame);
894 bool AppendWindowUpdateFrame(const QuicWindowUpdateFrame& frame,
939 bool AppendMaxDataFrame(const QuicWindowUpdateFrame& frame,
941 bool AppendMaxStreamDataFrame(const QuicWindowUpdateFrame& frame,
944 QuicWindowUpdateFrame* frame);
946 QuicWindowUpdateFrame* frame);
H A Dquic_trace_visitor.h38 void OnWindowUpdateFrame(const QuicWindowUpdateFrame& frame,
H A Dchlo_extractor.cc75 bool OnWindowUpdateFrame(const QuicWindowUpdateFrame& frame) override;
257 const QuicWindowUpdateFrame& /*frame*/) { in OnWindowUpdateFrame() argument
H A Dquic_trace_visitor.cc261 void QuicTraceVisitor::OnWindowUpdateFrame(const QuicWindowUpdateFrame& frame, in OnWindowUpdateFrame()
269 QuicWindowUpdateFrame copy_of_update = frame; in OnWindowUpdateFrame()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/
H A Dquic_control_frame_manager_test.cc94 QuicWindowUpdateFrame window_update_ = {3, kTestStreamId, 100};
269 QuicWindowUpdateFrame window_update2(number_of_frames_ + 1, kTestStreamId, in TEST_F()
273 QuicWindowUpdateFrame window_update3(number_of_frames_ + 2, kTestStreamId, in TEST_F()
303 QuicWindowUpdateFrame window_update2(5, kTestStreamId + 2, 200); in TEST_F()
306 QuicWindowUpdateFrame window_update3(6, kTestStreamId + 4, 300); in TEST_F()
H A Dquic_framer.h199 virtual bool OnWindowUpdateFrame(const QuicWindowUpdateFrame& frame) = 0;
362 const QuicWindowUpdateFrame& frame);
845 QuicWindowUpdateFrame* frame);
945 bool AppendWindowUpdateFrame(const QuicWindowUpdateFrame& frame,
991 bool AppendMaxDataFrame(const QuicWindowUpdateFrame& frame,
993 bool AppendMaxStreamDataFrame(const QuicWindowUpdateFrame& frame,
996 QuicWindowUpdateFrame* frame);
998 QuicWindowUpdateFrame* frame);
H A Dquic_trace_visitor.h49 void OnWindowUpdateFrame(const QuicWindowUpdateFrame& frame,
H A Dchlo_extractor.cc76 bool OnWindowUpdateFrame(const QuicWindowUpdateFrame& frame) override;
264 const QuicWindowUpdateFrame& /*frame*/) { in OnWindowUpdateFrame() argument
H A Dquic_trace_visitor.cc332 void QuicTraceVisitor::OnWindowUpdateFrame(const QuicWindowUpdateFrame& frame, in OnWindowUpdateFrame()
340 QuicWindowUpdateFrame copy_of_update = frame; in OnWindowUpdateFrame()
H A Dquic_packets_test.cc82 QuicFrame(new QuicWindowUpdateFrame())); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/test_tools/
H A Dsimple_quic_framer.cc187 bool OnWindowUpdateFrame(const QuicWindowUpdateFrame& frame) override { in OnWindowUpdateFrame()
250 const std::vector<QuicWindowUpdateFrame>& window_update_frames() const { in window_update_frames()
291 std::vector<QuicWindowUpdateFrame> window_update_frames_;
389 const std::vector<QuicWindowUpdateFrame>&
H A Dsimple_quic_framer.h45 const std::vector<QuicWindowUpdateFrame>& window_update_frames() const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/test_tools/
H A Dsimple_quic_framer.cc186 bool OnWindowUpdateFrame(const QuicWindowUpdateFrame& frame) override { in OnWindowUpdateFrame()
264 const std::vector<QuicWindowUpdateFrame>& window_update_frames() const { in window_update_frames()
305 std::vector<QuicWindowUpdateFrame> window_update_frames_;
404 const std::vector<QuicWindowUpdateFrame>&
H A Dsimple_quic_framer.h45 const std::vector<QuicWindowUpdateFrame>& window_update_frames() const;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/test_tools/simulator/
H A Dquic_endpoint.h58 void OnWindowUpdateFrame(const QuicWindowUpdateFrame& /*frame*/) override {} in OnWindowUpdateFrame() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/test_tools/simulator/
H A Dquic_endpoint.h63 void OnWindowUpdateFrame(const QuicWindowUpdateFrame& /*frame*/) override {} in OnWindowUpdateFrame() argument

123