Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dflow_control.h360 virtual void SentData(int64_t outgoing_frame_size) { abort(); } in SentData() function
407 void SentData(int64_t outgoing_frame_size) override {} in SentData() function
433 void SentData(int64_t outgoing_frame_size) override { in SentData() function
Dwriting.cc364 s_->flow_control->SentData(send_bytes); in FlushCompressedBytes()