Home
last modified time | relevance | path

Searched defs:QuicResetStreamError (Results 1 – 5 of 5) sorted by relevance

/external/cronet/net/third_party/quiche/src/quiche/quic/core/qpack/
Dqpack_send_stream.cc23 bool QpackSendStream::OnStopSending(QuicResetStreamError /* code */) { in OnStopSending() argument
/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
Dquic_send_control_stream.cc38 bool QuicSendControlStream::OnStopSending(QuicResetStreamError /* code */) { in OnStopSending() argument
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dtls_chlo_extractor.h198 void ResetWithError(QuicResetStreamError /*error*/) override {} in ResetWithError() argument
Dquic_stream.cc144 void PendingStream::ResetWithError(QuicResetStreamError /*error*/) { in ResetWithError() argument
Dquic_error_codes.h680 QuicResetStreamError(QuicRstStreamErrorCode internal_code, in QuicResetStreamError() function