Home
last modified time | relevance | path

Searched defs:StartDecodingPayload (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.cc17 DecodeStatus UnknownPayloadDecoder::StartDecodingPayload( in StartDecodingPayload() function in http2::UnknownPayloadDecoder
H A Drst_stream_payload_decoder.cc15 DecodeStatus RstStreamPayloadDecoder::StartDecodingPayload( in StartDecodingPayload() function in http2::RstStreamPayloadDecoder
H A Dcontinuation_payload_decoder.cc17 DecodeStatus ContinuationPayloadDecoder::StartDecodingPayload( in StartDecodingPayload() function in http2::ContinuationPayloadDecoder
H A Dpriority_payload_decoder.cc15 DecodeStatus PriorityPayloadDecoder::StartDecodingPayload( in StartDecodingPayload() function in http2::PriorityPayloadDecoder
H A Dwindow_update_payload_decoder.cc16 DecodeStatus WindowUpdatePayloadDecoder::StartDecodingPayload( in StartDecodingPayload() function in http2::WindowUpdatePayloadDecoder
H A Dgoaway_payload_decoder.cc39 DecodeStatus GoAwayPayloadDecoder::StartDecodingPayload( in StartDecodingPayload() function in http2::GoAwayPayloadDecoder
H A Dpriority_update_payload_decoder.cc39 DecodeStatus PriorityUpdatePayloadDecoder::StartDecodingPayload( in StartDecodingPayload() function in http2::PriorityUpdatePayloadDecoder
H A Dping_payload_decoder.cc16 DecodeStatus PingPayloadDecoder::StartDecodingPayload(FrameDecoderState* state, in StartDecodingPayload() function in http2::PingPayloadDecoder
H A Ddata_payload_decoder.cc37 DecodeStatus DataPayloadDecoder::StartDecodingPayload(FrameDecoderState* state, in StartDecodingPayload() function in http2::DataPayloadDecoder
H A Dheaders_payload_decoder.cc41 DecodeStatus HeadersPayloadDecoder::StartDecodingPayload( in StartDecodingPayload() function in http2::HeadersPayloadDecoder
H A Dpush_promise_payload_decoder.cc38 DecodeStatus PushPromisePayloadDecoder::StartDecodingPayload( in StartDecodingPayload() function in http2::PushPromisePayloadDecoder
H A Dsettings_payload_decoder.cc15 DecodeStatus SettingsPayloadDecoder::StartDecodingPayload( in StartDecodingPayload() function in http2::SettingsPayloadDecoder
H A Daltsvc_payload_decoder.cc39 DecodeStatus AltSvcPayloadDecoder::StartDecodingPayload( in StartDecodingPayload() 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.h176 DecodeStatus StartDecodingPayload(DecodeBuffer* db) override { in StartDecodingPayload() function
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/decoder/
H A Dhttp2_frame_decoder.cc85 DecodeStatus Http2FrameDecoder::StartDecodingPayload(DecodeBuffer* db) { in StartDecodingPayload() function in http2::Http2FrameDecoder