Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/transport/
Dbdp_estimator_test.cc61 estimator->AddIncomingBytes(1234567); in AddSamples()
67 estimator->AddIncomingBytes(samples[i]); in AddSamples()
/external/grpc-grpc/src/core/lib/transport/
Dbdp_estimator.h46 void AddIncomingBytes(int64_t num_bytes) { accumulator_ += num_bytes; } in AddIncomingBytes() function
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc2498 bdp_est->AddIncomingBytes( in read_action_locked()