Home
last modified time | relevance | path

Searched refs:GetPathChallengeFrameSize (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.h395 static size_t GetPathChallengeFrameSize(const QuicPathChallengeFrame& frame);
H A Dquic_framer.cc642 size_t QuicFramer::GetPathChallengeFrameSize( in GetPathChallengeFrameSize() function in quic::QuicFramer
688 return GetPathChallengeFrameSize(frame.path_challenge_frame); in GetRetransmittableControlFrameSize()
H A Dquic_framer_test.cc10754 EXPECT_EQ(QuicFramer::GetPathChallengeFrameSize(path_challenge_frame), in TEST_P()