Searched defs:rst_stream_frames (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/quic/test_tools/
H A Dsimple_quic_framer.cc145 const vector<QuicRstStreamFrame>& rst_stream_frames() const { function in class:net::test::SimpleFramerVisitor
243 rst_stream_frames().size() +
267 const vector<QuicRstStreamFrame>& SimpleQuicFramer::rst_stream_frames() const { function in class:net::test::SimpleQuicFramer
268 return visitor_->rst_stream_frames();

Completed in 355 milliseconds