Home
last modified time | relevance | path

Searched refs:TransportFlowControlDisabled (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dflow_control.h205 class TransportFlowControlDisabled final : public TransportFlowControlBase {
208 TransportFlowControlDisabled(grpc_chttp2_transport* t);
Dflow_control.cc156 TransportFlowControlDisabled::TransportFlowControlDisabled( in TransportFlowControlDisabled() function in grpc_core::chttp2::TransportFlowControlDisabled
Dinternal.h402 grpc_core::chttp2::TransportFlowControlDisabled>
Dchttp2_transport.cc550 t->flow_control.Init<grpc_core::chttp2::TransportFlowControlDisabled>(t); in init_transport()