Home
last modified time | relevance | path

Searched defs:QuicPathResponseFrame (Results 1 – 6 of 6) sorted by relevance

/external/cronet/net/third_party/quiche/src/quiche/quic/core/frames/
Dquic_path_response_frame.h17 struct QUIC_EXPORT_PRIVATE QuicPathResponseFrame struct
27 QuicFrameType type;
31 QuicControlFrameId control_frame_id = kInvalidControlFrameId;
Dquic_path_response_frame.cc12 QuicPathResponseFrame::QuicPathResponseFrame() in QuicPathResponseFrame() function in quic::QuicPathResponseFrame
15 QuicPathResponseFrame::QuicPathResponseFrame( in QuicPathResponseFrame() function in quic::QuicPathResponseFrame
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dchlo_extractor.cc256 const QuicPathResponseFrame& /*frame*/) { in OnPathResponseFrame()
Dtls_chlo_extractor.h148 bool OnPathResponseFrame(const QuicPathResponseFrame& /*frame*/) override { in OnPathResponseFrame()
Dquic_connection.h403 virtual void OnPathResponseFrame(const QuicPathResponseFrame& /*frame*/) {} in OnPathResponseFrame()
/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
Dquic_test_utils.cc404 const QuicPathResponseFrame& /*frame*/) { in OnPathResponseFrame()