HomeSort by relevance Sort by last modified time
    Searched refs:flow_control_enabled (Results 1 - 5 of 5) sorted by null

  /external/grpc-grpc/src/core/ext/transport/chttp2/transport/
flow_control.h 153 virtual bool flow_control_enabled() const { abort(); } function in class:grpc_core::chttp2::TransportFlowControlBase
210 bool flow_control_enabled() const override { return false; }
230 bool flow_control_enabled() const override { return true; }
stream_lists.cc 188 GPR_ASSERT(t->flow_control->flow_control_enabled());
204 GPR_ASSERT(t->flow_control->flow_control_enabled());
frame_settings.cc 192 if (!t->flow_control->flow_control_enabled() &&
parsing.cc 192 } else if (t->flow_control->flow_control_enabled() &&
chttp2_transport.cc 706 if (t->flow_control->flow_control_enabled()) {
    [all...]

Completed in 201 milliseconds