Home
last modified time | relevance | path

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

/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dflow_control.h174 virtual void RecvUpdate(uint32_t /* size */) = 0;
216 void RecvUpdate(uint32_t /* size */) override {} in RecvUpdate() function
263 void RecvUpdate(uint32_t size) override { in RecvUpdate() function
361 virtual void RecvUpdate(uint32_t /* size */) = 0;
402 void RecvUpdate(uint32_t /* size */) override {} in RecvUpdate() function
437 void RecvUpdate(uint32_t size) override { in RecvUpdate() function
Dframe_window_update.cc101 s->flow_control->RecvUpdate(received_update); in grpc_chttp2_window_update_parser_parse()
110 t->flow_control->RecvUpdate(received_update); in grpc_chttp2_window_update_parser_parse()