Searched refs:opt_rst_stream_error_code_ (Results 1 – 2 of 2) sorted by relevance
94 HTTP2_VERIFY_OPTIONAL_FIELD(opt_rst_stream_error_code_) << COMMON_MESSAGE; in VerifyEquals()228 ASSERT_FALSE(opt_rst_stream_error_code_); in OnRstStream()229 opt_rst_stream_error_code_ = error_code; in OnRstStream()458 if (opt_rst_stream_error_code_) { in OutputTo()459 out << " rst_stream=" << opt_rst_stream_error_code_.value() << "\n"; in OutputTo()
125 return opt_rst_stream_error_code_; in GetOptRstStreamErrorCode()155 opt_rst_stream_error_code_ = opt_rst_stream_error_code; in SetOptRstStreamErrorCode()229 std::optional<Http2ErrorCode> opt_rst_stream_error_code_; variable