Home
last modified time | relevance | path

Searched defs:remaining_total_payload (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/decoder/
H A Dframe_decoder_state.h109 size_t remaining_total_payload() const { in remaining_total_payload() function
H A Dhttp2_frame_decoder_test.cc27 static size_t remaining_total_payload(Http2FrameDecoder* decoder) { in remaining_total_payload() function in http2::test::Http2FrameDecoderPeer
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/spdy/core/
H A Dhttp2_frame_decoder_adapter.cc941 size_t Http2DecoderAdapter::remaining_total_payload() const { in remaining_total_payload() function in http2::Http2DecoderAdapter