Home
last modified time | relevance | path

Searched refs:GetPathResponseFrameSize (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_framer.h397 static size_t GetPathResponseFrameSize(const QuicPathResponseFrame& frame);
H A Dquic_framer.cc648 size_t QuicFramer::GetPathResponseFrameSize( in GetPathResponseFrameSize() function in quic::QuicFramer
686 return GetPathResponseFrameSize(frame.path_response_frame); in GetRetransmittableControlFrameSize()
H A Dquic_framer_test.cc10749 EXPECT_EQ(QuicFramer::GetPathResponseFrameSize(path_response_frame), in TEST_P()