Home
last modified time | relevance | path

Searched refs:opt_window_update_increment_ (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.cc95 HTTP2_VERIFY_OPTIONAL_FIELD(opt_window_update_increment_) << COMMON_MESSAGE; in VerifyEquals()
331 ASSERT_FALSE(opt_window_update_increment_); in OnWindowUpdate()
332 opt_window_update_increment_ = increment; in OnWindowUpdate()
470 if (opt_window_update_increment_) { in OutputTo()
471 out << " window_update=" << opt_window_update_increment_.value() << "\n"; in OutputTo()
H A Dframe_parts.h146 return opt_window_update_increment_; in GetOptWindowUpdateIncrement()
185 opt_window_update_increment_ = opt_window_update_increment; in SetOptWindowUpdateIncrement()
241 std::optional<size_t> opt_window_update_increment_; variable