Searched refs:CheckStreamFrameData (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/ |
H A D | quic_framer_test.cc | 885 void CheckStreamFrameData(std::string str, QuicStreamFrame* frame) { in CheckStreamFrameData() function in quic::test::__anon0923887d0111::QuicFramerTest 2011 CheckStreamFrameData("hello world!", visitor_.stream_frames_[0].get()); in TEST_P() 2096 CheckStreamFrameData("hello world!", visitor_.stream_frames_[0].get()); in TEST_P() 2314 CheckStreamFrameData("hello world!", visitor_.stream_frames_[0].get()); in TEST_P() 2402 CheckStreamFrameData("hello world!", visitor_.stream_frames_[0].get()); in TEST_P() 2564 CheckStreamFrameData("hello world!", visitor_.stream_frames_[0].get()); in TEST_P() 11839 CheckStreamFrameData("hello world!", visitor_.stream_frames_[0].get()); in TEST_P() 11854 CheckStreamFrameData("HELLO_WORLD?", visitor_.stream_frames_[1].get()); in TEST_P() 11959 CheckStreamFrameData("hello world!", visitor_.stream_frames_[0].get()); in TEST_P() 12116 CheckStreamFrameData("hello world!", visitor_.stream_frames_[0].get()); in TEST_P() [all …]
|