Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dflow_control.h53 class StreamFlowControl; variable
117 StreamFlowControl* sfc) { in FlowControlTrace()
127 StreamFlowControl* sfc);
133 StreamFlowControl* sfc_;
419 class StreamFlowControl final : public StreamFlowControlBase {
421 StreamFlowControl(TransportFlowControl* tfc, const grpc_chttp2_stream* s);
422 ~StreamFlowControl() { in ~StreamFlowControl()
Dflow_control.cc71 StreamFlowControl* sfc) { in Init()
218 StreamFlowControl::StreamFlowControl(TransportFlowControl* tfc, in StreamFlowControl() function in grpc_core::chttp2::StreamFlowControl
222 grpc_error* StreamFlowControl::RecvData(int64_t incoming_frame_size) { in RecvData()
267 uint32_t StreamFlowControl::MaybeSendUpdate() { in MaybeSendUpdate()
278 void StreamFlowControl::IncomingByteStreamUpdate(size_t max_size_hint, in IncomingByteStreamUpdate()
389 FlowControlAction StreamFlowControl::UpdateAction(FlowControlAction action) { in UpdateAction()
Dinternal.h583 grpc_core::chttp2::StreamFlowControl,
Dchttp2_transport.cc707 s->flow_control.Init<grpc_core::chttp2::StreamFlowControl>( in init_stream()