Home
last modified time | relevance | path

Searched refs:complexity_lambda_ (Results 1 – 4 of 4) sorted by relevance

/external/libcxx/utils/google-benchmark/src/
Dbenchmark_register.cc150 instance.complexity_lambda = family->complexity_lambda_; in FindBenchmarks()
226 complexity_lambda_(nullptr) {} in Benchmark()
384 complexity_lambda_ = complexity; in Complexity()
/external/google-benchmark/src/
Dbenchmark_register.cc161 instance.complexity_lambda = family->complexity_lambda_; in FindBenchmarks()
239 complexity_lambda_(nullptr) {} in Benchmark()
407 complexity_lambda_ = complexity; in Complexity()
/external/libcxx/utils/google-benchmark/include/benchmark/
Dbenchmark_api.h634 BigOFunc* complexity_lambda_;
/external/google-benchmark/include/benchmark/
Dbenchmark_api.h690 BigOFunc* complexity_lambda_; variable