Home
last modified time | relevance | path

Searched refs:OnHeadersDecoded (Results 1 – 21 of 21) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/core/qpack/
H A Dqpack_decoded_headers_accumulator_test.cc45 MOCK_METHOD2(OnHeadersDecoded,
96 EXPECT_CALL(visitor_, OnHeadersDecoded(_, false)) in TEST_F()
127 EXPECT_CALL(visitor_, OnHeadersDecoded(_, false)) in TEST_F()
153 EXPECT_CALL(visitor_, OnHeadersDecoded(_, true)); in TEST_F()
176 EXPECT_CALL(visitor_, OnHeadersDecoded(_, true)); in TEST_F()
193 EXPECT_CALL(visitor_, OnHeadersDecoded(_, false)) in TEST_F()
219 EXPECT_CALL(visitor_, OnHeadersDecoded(_, false)) in TEST_F()
H A Dqpack_decoded_headers_accumulator.h44 virtual void OnHeadersDecoded(QuicHeaderList headers,
H A Dqpack_decoded_headers_accumulator.cc67 visitor_->OnHeadersDecoded(std::move(quic_header_list_), in OnDecodingCompleted()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/qpack/
H A Dqpack_decoded_headers_accumulator_test.cc47 OnHeadersDecoded,
100 EXPECT_CALL(visitor_, OnHeadersDecoded(_, false)) in TEST_F()
130 EXPECT_CALL(visitor_, OnHeadersDecoded(_, false)) in TEST_F()
156 EXPECT_CALL(visitor_, OnHeadersDecoded(_, true)); in TEST_F()
179 EXPECT_CALL(visitor_, OnHeadersDecoded(_, true)); in TEST_F()
196 EXPECT_CALL(visitor_, OnHeadersDecoded(_, false)) in TEST_F()
222 EXPECT_CALL(visitor_, OnHeadersDecoded(_, false)) in TEST_F()
H A Dqpack_decoded_headers_accumulator.h44 virtual void OnHeadersDecoded(QuicHeaderList headers,
H A Dqpack_decoded_headers_accumulator.cc61 visitor_->OnHeadersDecoded(std::move(quic_header_list_), in OnDecodingCompleted()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/quic/
H A Dquic_http3_logger.h48 void OnHeadersDecoded(quic::QuicStreamId stream_id,
H A Dquic_http3_logger.cc233 void QuicHttp3Logger::OnHeadersDecoded(quic::QuicStreamId stream_id, in OnHeadersDecoded() function in net::QuicHttp3Logger
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/quic/
H A Dquic_http3_logger.h49 void OnHeadersDecoded(quic::QuicStreamId stream_id,
H A Dquic_http3_logger.cc247 void QuicHttp3Logger::OnHeadersDecoded(quic::QuicStreamId stream_id, in OnHeadersDecoded() function in net::QuicHttp3Logger
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/core/http/
H A Dquic_spdy_stream.h219 void OnHeadersDecoded(QuicHeaderList headers,
H A Dquic_spdy_session.h98 virtual void OnHeadersDecoded(QuicStreamId /*stream_id*/, in OnHeadersDecoded() function
H A Dquic_spdy_stream.cc554 void QuicSpdyStream::OnHeadersDecoded(QuicHeaderList headers, in OnHeadersDecoded() function in quic::QuicSpdyStream
569 debug_visitor->OnHeadersDecoded(id(), headers); in OnHeadersDecoded()
H A Dquic_spdy_stream_test.cc2153 EXPECT_CALL(debug_visitor, OnHeadersDecoded(stream_->id(), _)); in TEST_P()
2181 EXPECT_CALL(debug_visitor, OnHeadersDecoded(stream_->id(), _)); in TEST_P()
2221 EXPECT_CALL(debug_visitor, OnHeadersDecoded(stream_->id(), _)); in TEST_P()
2251 EXPECT_CALL(debug_visitor, OnHeadersDecoded(stream_->id(), _)); in TEST_P()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/http/
H A Dquic_spdy_stream.h221 void OnHeadersDecoded(QuicHeaderList headers,
H A Dquic_spdy_session.h100 virtual void OnHeadersDecoded(QuicStreamId /*stream_id*/, in OnHeadersDecoded() function
H A Dquic_spdy_stream.cc563 void QuicSpdyStream::OnHeadersDecoded(QuicHeaderList headers, in OnHeadersDecoded() function in quic::QuicSpdyStream
578 debug_visitor->OnHeadersDecoded(id(), headers); in OnHeadersDecoded()
H A Dquic_spdy_stream_test.cc2203 EXPECT_CALL(debug_visitor, OnHeadersDecoded(stream_->id(), _)); in TEST_P()
2231 EXPECT_CALL(debug_visitor, OnHeadersDecoded(stream_->id(), _)); in TEST_P()
2277 EXPECT_CALL(debug_visitor, OnHeadersDecoded(stream_->id(), _)); in TEST_P()
2308 EXPECT_CALL(debug_visitor, OnHeadersDecoded(stream_->id(), _)); in TEST_P()
2494 EXPECT_CALL(debug_visitor, OnHeadersDecoded(stream_->id(), _)); in TEST_P()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/qpack/fuzzer/
H A Dqpack_round_trip_fuzzer.cc270 void OnHeadersDecoded(QuicHeaderList headers, in OnHeadersDecoded() function in quic::test::VerifyingDecoder
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/test_tools/
H A Dquic_test_utils.h815 MOCK_METHOD2(OnHeadersDecoded, void(QuicStreamId, QuicHeaderList));
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/test_tools/
H A Dquic_test_utils.h1101 OnHeadersDecoded,