Home
last modified time | relevance | path

Searched defs:MaybeSendUpdate (Results 1 – 2 of 2) 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
366 virtual uint32_t MaybeSendUpdate() { abort(); } in MaybeSendUpdate() function
411 uint32_t MaybeSendUpdate() override { return 0; } in MaybeSendUpdate() function
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