Home
last modified time | relevance | path

Searched defs:RecvData (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dflow_control.h213 grpc_error* RecvData(int64_t /* incoming_frame_size */) override { in RecvData() function
254 grpc_error* RecvData(int64_t incoming_frame_size) override { in RecvData() function
398 grpc_error* RecvData(int64_t /* incoming_frame_size */) override { in RecvData() function
Dflow_control.cc222 grpc_error* StreamFlowControl::RecvData(int64_t incoming_frame_size) { in RecvData() function in grpc_core::chttp2::StreamFlowControl