Home
last modified time | relevance | path

Searched refs:stop_sending_error_code_ (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_stream.h90 return stop_sending_error_code_; in GetStopSendingErrorCode()
137 std::optional<QuicResetStreamError> stop_sending_error_code_; variable
H A Dquic_stream.cc276 if (!stop_sending_error_code_) { in OnStopSending()
277 stop_sending_error_code_ = stop_sending_error_code; in OnStopSending()