Home
last modified time | relevance | path

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

/external/cronet/net/third_party/quiche/src/quiche/quic/core/qpack/
Dqpack_round_trip_test.cc29 NoopDecoderStreamErrorDelegate decoder_stream_error_delegate; in EncodeThenDecode() local
31 QpackEncoder encoder(&decoder_stream_error_delegate); in EncodeThenDecode()
Dqpack_encoder.cc34 DecoderStreamErrorDelegate* decoder_stream_error_delegate) in QpackEncoder() argument
35 : decoder_stream_error_delegate_(decoder_stream_error_delegate), in QpackEncoder()
Dqpack_encoder.h48 QpackEncoder(DecoderStreamErrorDelegate* decoder_stream_error_delegate);
/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
Dquic_spdy_server_stream_base_test.cc314 NoopDecoderStreamErrorDelegate decoder_stream_error_delegate; in TEST_F() local
316 std::make_unique<quic::QpackEncoder>(&decoder_stream_error_delegate); in TEST_F()
Dend_to_end_test.cc3979 NoopDecoderStreamErrorDelegate decoder_stream_error_delegate; in TEST_P() local
3981 QpackEncoder qpack_encoder(&decoder_stream_error_delegate); in TEST_P()
/external/cronet/net/third_party/quiche/src/quiche/quic/core/qpack/fuzzer/
Dqpack_round_trip_fuzzer.cc48 : encoder_(&decoder_stream_error_delegate) { in EncodingEndpoint()
90 CrashingDecoderStreamErrorDelegate decoder_stream_error_delegate; member in quic::test::EncodingEndpoint