Home
last modified time | relevance | path

Searched refs:decoder_stream_error_delegate (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/qpack/
H A Dqpack_round_trip_test.cc29 NoopDecoderStreamErrorDelegate decoder_stream_error_delegate; in EncodeThenDecode() local
31 QpackEncoder encoder(&decoder_stream_error_delegate, in EncodeThenDecode()
H A Dqpack_encoder.cc36 DecoderStreamErrorDelegate* decoder_stream_error_delegate, in QpackEncoder() argument
39 decoder_stream_error_delegate_(decoder_stream_error_delegate), in QpackEncoder()
H A Dqpack_encoder.h47 QpackEncoder(DecoderStreamErrorDelegate* decoder_stream_error_delegate,
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
H A Dquic_spdy_server_stream_base_test.cc303 NoopDecoderStreamErrorDelegate decoder_stream_error_delegate; in TEST_F() local
305 &decoder_stream_error_delegate, HuffmanEncoding::kEnabled); in TEST_F()
H A Dend_to_end_test.cc3932 NoopDecoderStreamErrorDelegate decoder_stream_error_delegate; in TEST_P() local
3934 QpackEncoder qpack_encoder(&decoder_stream_error_delegate, in TEST_P()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/qpack/fuzzer/
H A Dqpack_round_trip_fuzzer.cc49 : encoder_(&decoder_stream_error_delegate, huffman_encoding) { in EncodingEndpoint()
91 CrashingDecoderStreamErrorDelegate decoder_stream_error_delegate; member in quic::test::EncodingEndpoint