Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/test_tools/
H A Dframe_parts.cc94 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()
H A Dframe_parts.h125 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