Home
last modified time | relevance | path

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

/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dwriting.cc213 GRPC_STATS_INC_HTTP2_SEND_FLOWCTL_PER_WRITE(flow_control_writes_); in FlushStats()
291 void IncWindowUpdateWrites() { ++flow_control_writes_; } in IncWindowUpdateWrites()
309 int flow_control_writes_ = 0; member in __anon636541400111::WriteContext