Searched defs:QuicRstStreamFrame (Results 1 – 16 of 16) sorted by relevance
16 struct QUICHE_EXPORT QuicRstStreamFrame { struct33 QuicControlFrameId control_frame_id = kInvalidControlFrameId;35 QuicStreamId stream_id = 0;42 QuicRstStreamErrorCode error_code = QUIC_STREAM_NO_ERROR;45 uint64_t ietf_error_code = 0;51 QuicStreamOffset byte_offset = 0;54 QuicResetStreamError error() const { in error()
11 QuicRstStreamFrame::QuicRstStreamFrame(QuicControlFrameId control_frame_id, in QuicRstStreamFrame() function in quic::QuicRstStreamFrame21 QuicRstStreamFrame::QuicRstStreamFrame(QuicControlFrameId control_frame_id, in QuicRstStreamFrame() function in quic::QuicRstStreamFrame
16 void QpackReceiveStream::OnStreamReset(const QuicRstStreamFrame& /*frame*/) { in OnStreamReset()
18 void QpackSendStream::OnStreamReset(const QuicRstStreamFrame& /*frame*/) { in OnStreamReset()
80 const QuicRstStreamFrame& /*frame*/) { in OnStreamReset()
33 void QuicSendControlStream::OnStreamReset(const QuicRstStreamFrame& /*frame*/) { in OnStreamReset()
158 void QuicHeadersStream::OnStreamReset(const QuicRstStreamFrame& /*frame*/) { in OnStreamReset()
37 const QuicRstStreamFrame& /*frame*/) { in OnStreamReset()
55 void OnRstStream(const QuicRstStreamFrame& /*frame*/) override {} in OnRstStream()
103 void OnRstStreamReceived(const QuicRstStreamFrame& /*frame*/) override {} in OnRstStreamReceived()
242 bool ChloFramerVisitor::OnRstStreamFrame(const QuicRstStreamFrame& /*frame*/) { in OnRstStreamFrame()
207 void QuicCryptoStream::OnStreamReset(const QuicRstStreamFrame& /*frame*/) { in OnStreamReset()
128 bool OnRstStreamFrame(const QuicRstStreamFrame& /*frame*/) override { in OnRstStreamFrame()
1015 void QuicDispatcher::OnRstStreamReceived(const QuicRstStreamFrame& /*frame*/) {} in OnRstStreamReceived()
349 virtual void OnRstStreamFrame(const QuicRstStreamFrame& /*frame*/) {} in OnRstStreamFrame()
375 bool NoOpFramerVisitor::OnRstStreamFrame(const QuicRstStreamFrame& /*frame*/) { in OnRstStreamFrame()