Home
last modified time | relevance | path

Searched refs:decoder_stream_error_delegate_ (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/qpack/
H A Dqpack_encoder_test.cc47 : encoder_(&decoder_stream_error_delegate_, HuffmanEncoding()), in QpackEncoderTest()
66 StrictMock<MockDecoderStreamErrorDelegate> decoder_stream_error_delegate_; member in quic::test::__anon7ef9adbd0111::QpackEncoderTest
225 EXPECT_CALL(decoder_stream_error_delegate_, in TEST_P()
229 QpackEncoder encoder(&decoder_stream_error_delegate_, HuffmanEncoding()); in TEST_P()
265 decoder_stream_error_delegate_, in TEST_P()
276 decoder_stream_error_delegate_, in TEST_P()
299 EXPECT_CALL(decoder_stream_error_delegate_, in TEST_P()
310 decoder_stream_error_delegate_, in TEST_P()
H A Dqpack_encoder.cc39 decoder_stream_error_delegate_(decoder_stream_error_delegate), in QpackEncoder()
44 QUICHE_DCHECK(decoder_stream_error_delegate_); in QpackEncoder()
464 decoder_stream_error_delegate_->OnDecoderStreamError(error_code, in OnErrorDetected()
H A Dqpack_encoder.h150 DecoderStreamErrorDelegate* const decoder_stream_error_delegate_; variable
/aosp_15_r20/external/cronet/net/quic/
H A Dquic_test_packet_maker.h529 quic::NoopDecoderStreamErrorDelegate decoder_stream_error_delegate_; variable
H A Dquic_test_packet_maker.cc117 qpack_encoder_(&decoder_stream_error_delegate_, in QuicTestPacketMaker()