Home
last modified time | relevance | path

Searched defs:StartDecodingPayload (Results 1 – 15 of 15) sorted by relevance

/external/cronet/net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/
Dunknown_payload_decoder.cc17 DecodeStatus UnknownPayloadDecoder::StartDecodingPayload( in StartDecodingPayload() function in http2::UnknownPayloadDecoder
Drst_stream_payload_decoder.cc15 DecodeStatus RstStreamPayloadDecoder::StartDecodingPayload( in StartDecodingPayload() function in http2::RstStreamPayloadDecoder
Dpriority_payload_decoder.cc15 DecodeStatus PriorityPayloadDecoder::StartDecodingPayload( in StartDecodingPayload() function in http2::PriorityPayloadDecoder
Dcontinuation_payload_decoder.cc17 DecodeStatus ContinuationPayloadDecoder::StartDecodingPayload( in StartDecodingPayload() function in http2::ContinuationPayloadDecoder
Dwindow_update_payload_decoder.cc16 DecodeStatus WindowUpdatePayloadDecoder::StartDecodingPayload( in StartDecodingPayload() function in http2::WindowUpdatePayloadDecoder
Dpriority_update_payload_decoder.cc39 DecodeStatus PriorityUpdatePayloadDecoder::StartDecodingPayload( in StartDecodingPayload() function in http2::PriorityUpdatePayloadDecoder
Dgoaway_payload_decoder.cc39 DecodeStatus GoAwayPayloadDecoder::StartDecodingPayload( in StartDecodingPayload() function in http2::GoAwayPayloadDecoder
Dping_payload_decoder.cc16 DecodeStatus PingPayloadDecoder::StartDecodingPayload(FrameDecoderState* state, in StartDecodingPayload() function in http2::PingPayloadDecoder
Ddata_payload_decoder.cc37 DecodeStatus DataPayloadDecoder::StartDecodingPayload(FrameDecoderState* state, in StartDecodingPayload() function in http2::DataPayloadDecoder
Dheaders_payload_decoder.cc41 DecodeStatus HeadersPayloadDecoder::StartDecodingPayload( in StartDecodingPayload() function in http2::HeadersPayloadDecoder
Dpush_promise_payload_decoder.cc38 DecodeStatus PushPromisePayloadDecoder::StartDecodingPayload( in StartDecodingPayload() function in http2::PushPromisePayloadDecoder
Dsettings_payload_decoder.cc15 DecodeStatus SettingsPayloadDecoder::StartDecodingPayload( in StartDecodingPayload() function in http2::SettingsPayloadDecoder
Daltsvc_payload_decoder.cc39 DecodeStatus AltSvcPayloadDecoder::StartDecodingPayload( in StartDecodingPayload() function in http2::AltSvcPayloadDecoder
/external/cronet/net/third_party/quiche/src/quiche/http2/test_tools/
Dpayload_decoder_base_test_util.h175 DecodeStatus StartDecodingPayload(DecodeBuffer* db) override { in StartDecodingPayload() function
/external/cronet/net/third_party/quiche/src/quiche/http2/decoder/
Dhttp2_frame_decoder.cc85 DecodeStatus Http2FrameDecoder::StartDecodingPayload(DecodeBuffer* db) { in StartDecodingPayload() function in http2::Http2FrameDecoder