Home
last modified time | relevance | path

Searched refs:path_response_frames (Results 1 – 9 of 9) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/test_tools/
H A Dsimple_quic_framer.cc259 const std::vector<QuicPathResponseFrame>& path_response_frames() const { in path_response_frames() function in quic::test::SimpleFramerVisitor
357 path_challenge_frames().size() + path_response_frames().size() + in num_frames()
377 SimpleQuicFramer::path_response_frames() const { in path_response_frames() function in quic::test::SimpleQuicFramer
378 return visitor_->path_response_frames(); in path_response_frames()
H A Dsimple_quic_framer.h42 const std::vector<QuicPathResponseFrame>& path_response_frames() const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/test_tools/
H A Dsimple_quic_framer.cc273 const std::vector<QuicPathResponseFrame>& path_response_frames() const { in path_response_frames() function in quic::test::SimpleFramerVisitor
372 path_challenge_frames().size() + path_response_frames().size() + in num_frames()
392 SimpleQuicFramer::path_response_frames() const { in path_response_frames() function in quic::test::SimpleQuicFramer
393 return visitor_->path_response_frames(); in path_response_frames()
H A Dsimple_quic_framer.h42 const std::vector<QuicPathResponseFrame>& path_response_frames() const;
H A Dquic_test_utils.h2109 const std::vector<QuicPathResponseFrame>& path_response_frames() const { in path_response_frames() function
2110 return framer_.path_response_frames(); in path_response_frames()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/core/
H A Dquic_packet_creator.cc891 std::vector<std::unique_ptr<QuicPathResponseFrame>> path_response_frames; in BuildPathResponsePacket() local
894 path_response_frames.push_back( in BuildPathResponsePacket()
900 path_response_frames) { in BuildPathResponsePacket()
H A Dquic_connection_test.cc526 const std::vector<QuicPathResponseFrame>& path_response_frames() const { in path_response_frames() function in quic::test::__anon248feda10111::TestPacketWriter
527 return framer_.path_response_frames(); in path_response_frames()
9254 &(writer_->path_response_frames().front().data_buffer), in TEST_P()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/
H A Dquic_packet_creator.cc1000 std::vector<std::unique_ptr<QuicPathResponseFrame>> path_response_frames; in BuildPathResponsePacket() local
1003 path_response_frames.push_back( in BuildPathResponsePacket()
1009 path_response_frames) { in BuildPathResponsePacket()
H A Dquic_connection_test.cc8536 EXPECT_EQ(1u, writer_->path_response_frames().size()); in TEST_P()
8538 &(writer_->path_response_frames().front().data_buffer), in TEST_P()
8577 EXPECT_EQ(1u, writer_->path_response_frames().size()); in TEST_P()
8579 &(writer_->path_response_frames().front().data_buffer), in TEST_P()
11553 writer_->path_response_frames().size()); in TEST_P()
11631 EXPECT_EQ(1u, writer_->path_response_frames().size()); in TEST_P()
11635 &(writer_->path_response_frames().front().data_buffer), in TEST_P()
11677 EXPECT_EQ(1u, writer_->path_response_frames().size()); in TEST_P()
11770 EXPECT_EQ(1u, writer_->path_response_frames().size()); in TEST_P()
11846 EXPECT_EQ(1u, writer_->path_response_frames().size()); in TEST_P()
[all …]