Searched defs:StreamFlowControl (Results 1 – 4 of 4) sorted by relevance
| /external/grpc-grpc/src/core/ext/transport/chttp2/transport/ | ||
| D | flow_control.cc | 124 StreamFlowControl::StreamFlowControl(TransportFlowControl* tfc) : tfc_(tfc) {} in StreamFlowControl() function in grpc_core::chttp2::StreamFlowControl |
| D | flow_control.h | 70 class StreamFlowControl; variable |
| /external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ | ||
| D | flow_control.cc | 133 StreamFlowControl::StreamFlowControl(TransportFlowControl* tfc) : tfc_(tfc) {} in StreamFlowControl() function in grpc_core::chttp2::StreamFlowControl |
| D | flow_control.h | 71 class StreamFlowControl; variable |