Home
last modified time | relevance | path

Searched defs:MaybeSendUpdate (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dflow_control.cc192 uint32_t TransportFlowControl::MaybeSendUpdate(bool writing_anyway) { in MaybeSendUpdate() function in grpc_core::chttp2::TransportFlowControl
265 uint32_t StreamFlowControl::MaybeSendUpdate() { in MaybeSendUpdate() function in grpc_core::chttp2::StreamFlowControl
Dflow_control.h209 uint32_t MaybeSendUpdate(bool /* writing_anyway */) override { return 0; } in MaybeSendUpdate() function
401 uint32_t MaybeSendUpdate() override { return 0; } in MaybeSendUpdate() function