Home
last modified time | relevance | path

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

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