Searched refs:StreamFlowControl (Results 1 – 4 of 4) sorted by relevance
53 class StreamFlowControl; variable117 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()
71 StreamFlowControl* sfc) { in Init()218 StreamFlowControl::StreamFlowControl(TransportFlowControl* tfc, in StreamFlowControl() function in grpc_core::chttp2::StreamFlowControl222 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()
583 grpc_core::chttp2::StreamFlowControl,
707 s->flow_control.Init<grpc_core::chttp2::StreamFlowControl>( in init_stream()