Searched defs:MaybeSendUpdate (Results 1 – 2 of 2) sorted by relevance
| /third_party/grpc/src/core/ext/transport/chttp2/transport/ | ||
| D | flow_control.cc | 192 uint32_t TransportFlowControl::MaybeSendUpdate(bool writing_anyway) { in MaybeSendUpdate() function in grpc_core::chttp2::TransportFlowControl |
| D | flow_control.h | 209 uint32_t MaybeSendUpdate(bool /* writing_anyway */) override { return 0; } in MaybeSendUpdate() function |