Home
last modified time | relevance | path

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

/llvm-project-15.0.7/third-party/benchmark/src/
H A Dbenchmark_api_internal.h35 BigOFunc* complexity_lambda() const { return complexity_lambda_; } in complexity_lambda()
60 BigOFunc* complexity_lambda_; variable
H A Dbenchmark_api_internal.cc24 complexity_lambda_(benchmark_.complexity_lambda_), in BenchmarkInstance()
H A Dbenchmark_register.cc214 complexity_lambda_(nullptr), in Benchmark()
411 complexity_lambda_ = complexity; in Complexity()
/llvm-project-15.0.7/third-party/benchmark/include/benchmark/
H A Dbenchmark.h1117 BigOFunc* complexity_lambda_; variable