Searched defs:QuicRstStreamFrame (Results 1 – 16 of 16) sorted by relevance
16 struct QUIC_EXPORT_PRIVATE QuicRstStreamFrame { struct30 QuicControlFrameId control_frame_id = kInvalidControlFrameId;32 QuicStreamId stream_id = 0;39 QuicRstStreamErrorCode error_code = QUIC_STREAM_NO_ERROR;42 uint64_t ietf_error_code = 0;48 QuicStreamOffset byte_offset = 0;51 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()
104 void OnRstStreamReceived(const QuicRstStreamFrame& /*frame*/) override {} in OnRstStreamReceived()
236 bool ChloFramerVisitor::OnRstStreamFrame(const QuicRstStreamFrame& /*frame*/) { in OnRstStreamFrame()
124 bool OnRstStreamFrame(const QuicRstStreamFrame& /*frame*/) override { in OnRstStreamFrame()
209 void QuicCryptoStream::OnStreamReset(const QuicRstStreamFrame& /*frame*/) { in OnStreamReset()
986 void QuicDispatcher::OnRstStreamReceived(const QuicRstStreamFrame& /*frame*/) {} in OnRstStreamReceived()
333 virtual void OnRstStreamFrame(const QuicRstStreamFrame& /*frame*/) {} in OnRstStreamFrame()
370 bool NoOpFramerVisitor::OnRstStreamFrame(const QuicRstStreamFrame& /*frame*/) { in OnRstStreamFrame()