Home
last modified time | relevance | path

Searched refs:HttpDecoder (Results 1 – 15 of 15) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/core/http/
H A Dhttp_decoder.cc18 HttpDecoder::HttpDecoder(Visitor* visitor) in HttpDecoder() function in quic::HttpDecoder
35 HttpDecoder::~HttpDecoder() {} in ~HttpDecoder()
72 void HttpDecoder::ReadFrameType(QuicDataReader* reader) { in ReadFrameType()
102 bool HttpDecoder::ReadFrameLength(QuicDataReader* reader) { in ReadFrameLength()
184 bool HttpDecoder::ReadFramePayload(QuicDataReader* reader) { in ReadFramePayload()
320 bool HttpDecoder::FinishParsing() { in FinishParsing()
436 void HttpDecoder::BufferFramePayload(QuicDataReader* reader) { in BufferFramePayload()
450 void HttpDecoder::BufferFrameLength(QuicDataReader* reader) { in BufferFrameLength()
461 void HttpDecoder::BufferFrameType(QuicDataReader* reader) { in BufferFrameType()
472 void HttpDecoder::BufferPushId(QuicDataReader* reader) { in BufferPushId()
[all …]
H A Dhttp_decoder.h28 class QUIC_EXPORT_PRIVATE HttpDecoder {
35 virtual void OnError(HttpDecoder* decoder) = 0;
122 explicit HttpDecoder(Visitor* visitor);
124 ~HttpDecoder();
H A Dquic_receive_control_stream.h21 public HttpDecoder::Visitor {
37 void OnError(HttpDecoder* decoder) override;
75 HttpDecoder decoder_;
H A Dhttp_decoder_test.cc32 static uint64_t current_frame_type(HttpDecoder* decoder) { in current_frame_type()
37 class MockVisitor : public HttpDecoder::Visitor {
42 MOCK_METHOD1(OnError, void(HttpDecoder* decoder));
144 HttpDecoder decoder_;
306 HttpDecoder decoder(&visitor_); in TEST_F()
316 HttpDecoder decoder(&visitor_); in TEST_F()
425 HttpDecoder decoder(&visitor_); in TEST_F()
826 HttpDecoder decoder(&visitor_); in TEST_F()
835 HttpDecoder decoder(&visitor_); in TEST_F()
1026 HttpDecoder decoder(&visitor_); in TEST_F()
H A Dquic_receive_control_stream.cc57 void QuicReceiveControlStream::OnError(HttpDecoder* decoder) { in OnError()
H A Dquic_spdy_stream.h322 HttpDecoder decoder_;
H A Dquic_spdy_stream.cc37 class QuicSpdyStream::HttpDecoderVisitor : public HttpDecoder::Visitor {
43 void OnError(HttpDecoder* decoder) override { in OnError()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/http/
H A Dhttp_decoder.cc22 HttpDecoder::HttpDecoder(Visitor* visitor) in HttpDecoder() function in quic::HttpDecoder
39 HttpDecoder::~HttpDecoder() {} in ~HttpDecoder()
42 bool HttpDecoder::DecodeSettings(const char* data, in DecodeSettings()
120 bool HttpDecoder::ReadFrameType(QuicDataReader* reader) { in ReadFrameType()
170 bool HttpDecoder::ReadFrameLength(QuicDataReader* reader) { in ReadFrameLength()
260 bool HttpDecoder::ReadFramePayload(QuicDataReader* reader) { in ReadFramePayload()
405 bool HttpDecoder::FinishParsing() { in FinishParsing()
543 void HttpDecoder::BufferFrameLength(QuicDataReader* reader) { in BufferFrameLength()
554 void HttpDecoder::BufferFrameType(QuicDataReader* reader) { in BufferFrameType()
565 void HttpDecoder::BufferPushId(QuicDataReader* reader) { in BufferPushId()
[all …]
H A Dhttp_decoder.h28 class QUIC_EXPORT_PRIVATE HttpDecoder {
35 virtual void OnError(HttpDecoder* decoder) = 0;
121 explicit HttpDecoder(Visitor* visitor);
123 ~HttpDecoder();
H A Dquic_receive_control_stream.h21 public HttpDecoder::Visitor {
37 void OnError(HttpDecoder* decoder) override;
75 HttpDecoder decoder_;
H A Dhttp_decoder_test.cc34 static uint64_t current_frame_type(HttpDecoder* decoder) { in current_frame_type()
39 class MockVisitor : public HttpDecoder::Visitor {
44 MOCK_METHOD(void, OnError, (HttpDecoder*), (override));
182 HttpDecoder decoder_;
336 HttpDecoder decoder(&visitor_); in TEST_F()
346 HttpDecoder decoder(&visitor_); in TEST_F()
455 HttpDecoder decoder(&visitor_); in TEST_F()
868 HttpDecoder decoder(&visitor_); in TEST_F()
877 HttpDecoder decoder(&visitor_); in TEST_F()
1152 HttpDecoder decoder(&visitor_); in TEST_F()
[all …]
H A Dquic_receive_control_stream.cc64 void QuicReceiveControlStream::OnError(HttpDecoder* decoder) { in OnError()
H A Dquic_spdy_stream.h322 HttpDecoder decoder_;
H A Dquic_spdy_stream.cc38 class QuicSpdyStream::HttpDecoderVisitor : public HttpDecoder::Visitor {
44 void OnError(HttpDecoder* decoder) override { in OnError()
H A Dquic_spdy_session.cc971 if (!HttpDecoder::DecodeSettings( in ResumeApplicationState()