Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dflow_control.h156 virtual uint32_t MaybeSendUpdate(bool writing_anyway) { abort(); } in MaybeSendUpdate() function
213 uint32_t MaybeSendUpdate(bool writing_anyway) override { return 0; } in MaybeSendUpdate() function
238 uint32_t MaybeSendUpdate(bool writing_anyway) override;
366 virtual uint32_t MaybeSendUpdate() { abort(); } in MaybeSendUpdate() function
411 uint32_t MaybeSendUpdate() override { return 0; } in MaybeSendUpdate() function
444 uint32_t MaybeSendUpdate() override;
Dflow_control.cc190 uint32_t TransportFlowControl::MaybeSendUpdate(bool writing_anyway) { in MaybeSendUpdate() function in grpc_core::chttp2::TransportFlowControl
267 uint32_t StreamFlowControl::MaybeSendUpdate() { in MaybeSendUpdate() function in grpc_core::chttp2::StreamFlowControl
Dwriting.cc226 t_->flow_control->MaybeSendUpdate(t_->outbuf.count > 0); in FlushWindowUpdates()
459 const uint32_t stream_announce = s_->flow_control->MaybeSendUpdate(); in FlushWindowUpdates()