Searched refs:fn_ (Results 1 - 2 of 2) sorted by relevance

/bionic/benchmarks/
H A Dbenchmark.h43 void (*fn_)(int); member in class:testing::Benchmark
H A Dbenchmark_main.cpp92 fn_ = fn;
95 if (fn_ == NULL && fn_range_ == NULL) {
104 if (fn_ != NULL) {
121 if (fn_ != NULL) {
122 fn_(iterations);

Completed in 60 milliseconds