Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/adapter/
H A Doghttp2_session.cc474 if (processing_bytes_) { in ProcessBytesImpl()
478 processing_bytes_ = true; in ProcessBytesImpl()
479 auto cleanup = absl::MakeCleanup([this]() { processing_bytes_ = false; }); in ProcessBytesImpl()
H A Doghttp2_session.h590 bool processing_bytes_ = false; variable