Home
last modified time | relevance | path

Searched refs:AddIncomingBytes (Results 1 – 3 of 3) sorted by relevance

/third_party/grpc/test/core/transport/
Dbdp_estimator_test.cc61 estimator->AddIncomingBytes(1234567); in AddSamples()
67 estimator->AddIncomingBytes(samples[i]); in AddSamples()
/third_party/grpc/src/core/lib/transport/
Dbdp_estimator.h46 void AddIncomingBytes(int64_t num_bytes) { accumulator_ += num_bytes; } in AddIncomingBytes() function
/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dparsing.cc346 bdp_est->AddIncomingBytes(t->incoming_frame_size); in init_data_frame_parser()