Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/
Dbenchmark.h17 void SetBenchmarkBytesProcessed(int64_t b);
79 void SetBytesProcessed(int64_t b) { SetBenchmarkBytesProcessed(b); } in SetBytesProcessed()
Dbenchmark.cc54 void SetBenchmarkBytesProcessed(int64_t b) { bytes = b; } in SetBenchmarkBytesProcessed() function