Searched refs:MaybeSendUpdate (Results 1 – 3 of 3) sorted by relevance
156 virtual uint32_t MaybeSendUpdate(bool writing_anyway) { abort(); } in MaybeSendUpdate() function213 uint32_t MaybeSendUpdate(bool writing_anyway) override { return 0; } in MaybeSendUpdate() function238 uint32_t MaybeSendUpdate(bool writing_anyway) override;366 virtual uint32_t MaybeSendUpdate() { abort(); } in MaybeSendUpdate() function411 uint32_t MaybeSendUpdate() override { return 0; } in MaybeSendUpdate() function444 uint32_t MaybeSendUpdate() override;
190 uint32_t TransportFlowControl::MaybeSendUpdate(bool writing_anyway) { in MaybeSendUpdate() function in grpc_core::chttp2::TransportFlowControl267 uint32_t StreamFlowControl::MaybeSendUpdate() { in MaybeSendUpdate() function in grpc_core::chttp2::StreamFlowControl
226 t_->flow_control->MaybeSendUpdate(t_->outbuf.count > 0); in FlushWindowUpdates()459 const uint32_t stream_announce = s_->flow_control->MaybeSendUpdate(); in FlushWindowUpdates()