Home | History | Annotate | Download | only in quic

Lines Matching refs:QuicStopWaitingFrame

281   virtual bool OnStopWaitingFrame(const QuicStopWaitingFrame& frame) OVERRIDE {
283 stop_waiting_frames_.push_back(new QuicStopWaitingFrame(frame));
347 vector<QuicStopWaitingFrame*> stop_waiting_frames_;
2700 const QuicStopWaitingFrame& frame = *visitor_.stop_waiting_frames_[0];
4206 QuicStopWaitingFrame stop_waiting_frame;