Home
last modified time | relevance | path

Searched refs:CommitRecvData (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dflow_control.h250 void CommitRecvData(int64_t incoming_frame_size) { in CommitRecvData() function
258 CommitRecvData(incoming_frame_size); in RecvData()
Dflow_control.cc261 tfc_->CommitRecvData(incoming_frame_size); in RecvData()