Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/
H A Dunknown_payload_decoder.cc31 DecodeStatus UnknownPayloadDecoder::ResumeDecodingPayload( in ResumeDecodingPayload() function in http2::UnknownPayloadDecoder
H A Drst_stream_payload_decoder.cc28 DecodeStatus RstStreamPayloadDecoder::ResumeDecodingPayload( in ResumeDecodingPayload() function in http2::RstStreamPayloadDecoder
H A Dcontinuation_payload_decoder.cc33 DecodeStatus ContinuationPayloadDecoder::ResumeDecodingPayload( in ResumeDecodingPayload() function in http2::ContinuationPayloadDecoder
H A Dpriority_payload_decoder.cc28 DecodeStatus PriorityPayloadDecoder::ResumeDecodingPayload( in ResumeDecodingPayload() function in http2::PriorityPayloadDecoder
H A Dwindow_update_payload_decoder.cc44 DecodeStatus WindowUpdatePayloadDecoder::ResumeDecodingPayload( in ResumeDecodingPayload() function in http2::WindowUpdatePayloadDecoder
H A Dgoaway_payload_decoder.cc52 DecodeStatus GoAwayPayloadDecoder::ResumeDecodingPayload( in ResumeDecodingPayload() function in http2::GoAwayPayloadDecoder
H A Dpriority_update_payload_decoder.cc52 DecodeStatus PriorityUpdatePayloadDecoder::ResumeDecodingPayload( in ResumeDecodingPayload() function in http2::PriorityUpdatePayloadDecoder
H A Dping_payload_decoder.cc52 DecodeStatus PingPayloadDecoder::ResumeDecodingPayload(FrameDecoderState* state, in ResumeDecodingPayload() function in http2::PingPayloadDecoder
H A Ddata_payload_decoder.cc79 DecodeStatus DataPayloadDecoder::ResumeDecodingPayload(FrameDecoderState* state, in ResumeDecodingPayload() function in http2::DataPayloadDecoder
H A Dheaders_payload_decoder.cc98 DecodeStatus HeadersPayloadDecoder::ResumeDecodingPayload( in ResumeDecodingPayload() function in http2::HeadersPayloadDecoder
H A Dpush_promise_payload_decoder.cc64 DecodeStatus PushPromisePayloadDecoder::ResumeDecodingPayload( in ResumeDecodingPayload() function in http2::PushPromisePayloadDecoder
H A Dsettings_payload_decoder.cc41 DecodeStatus SettingsPayloadDecoder::ResumeDecodingPayload( in ResumeDecodingPayload() function in http2::SettingsPayloadDecoder
H A Daltsvc_payload_decoder.cc53 DecodeStatus AltSvcPayloadDecoder::ResumeDecodingPayload( in ResumeDecodingPayload() function in http2::AltSvcPayloadDecoder
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/test_tools/
H A Dpayload_decoder_base_test_util.h183 DecodeStatus ResumeDecodingPayload(DecodeBuffer* db) override { in ResumeDecodingPayload() function
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/decoder/
H A Dhttp2_frame_decoder.cc179 DecodeStatus Http2FrameDecoder::ResumeDecodingPayload(DecodeBuffer* db) { in ResumeDecodingPayload() function in http2::Http2FrameDecoder