Searched defs:stop_waiting_frames_ (Results 1 - 2 of 2) sorted by path

/external/chromium_org/net/quic/
H A Dquic_framer_test.cc205 STLDeleteElements(&stop_waiting_frames_);
283 stop_waiting_frames_.push_back(new QuicStopWaitingFrame(frame));
347 vector<QuicStopWaitingFrame*> stop_waiting_frames_; member in class:net::test::TestQuicVisitor
2699 ASSERT_EQ(1u, visitor_.stop_waiting_frames_.size());
2700 const QuicStopWaitingFrame& frame = *visitor_.stop_waiting_frames_[0];
/external/chromium_org/net/quic/test_tools/
H A Dsimple_quic_framer.cc90 stop_waiting_frames_.push_back(frame);
152 return stop_waiting_frames_;
177 vector<QuicStopWaitingFrame> stop_waiting_frames_; member in class:net::test::SimpleFramerVisitor

Completed in 190 milliseconds