Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/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
/aosp_15_r20/external/regex-re2/re2/testing/
H A Dregexp_benchmark.cc164 SetBenchmarkBytesProcessed(static_cast<int64_t>(iters)*nbytes); in Search()
273 SetBenchmarkBytesProcessed(static_cast<int64_t>(iters)*nbytes); in SearchBigFixed()
303 SetBenchmarkBytesProcessed(static_cast<int64_t>(iters)*nbytes); in FindAndConsume()
317 SetBenchmarkBytesProcessed(static_cast<int64_t>(iters)*nbytes); in SearchSuccess()
391 SetBenchmarkBytesProcessed(static_cast<int64_t>(iters)*nbytes); in SearchAltMatch()
779 SetBenchmarkBytesProcessed(static_cast<int64_t>(iters)*nbytes); in SearchPhone()
1507 SetBenchmarkBytesProcessed(static_cast<int64_t>(iter)*n); in FullMatchPCRE()
1520 SetBenchmarkBytesProcessed(static_cast<int64_t>(iter)*n); in FullMatchRE2()
/aosp_15_r20/external/regex-re2/util/
H A Dbenchmark.h28 void SetBenchmarkBytesProcessed(int64_t);
H A Dbenchmark.cc47 void SetBenchmarkBytesProcessed(int64_t x) { in SetBenchmarkBytesProcessed() function