Home
last modified time | relevance | path

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

/llvm-project-15.0.7/third-party/benchmark/src/
H A Dbenchmark_api_internal.cc82 setup_ = benchmark_.setup_; in BenchmarkInstance()
97 if (setup_) { in Setup()
100 setup_(st); in Setup()
H A Dbenchmark_api_internal.h69 callback_function setup_ = nullptr; variable
H A Dbenchmark_register.cc215 setup_(nullptr), in Benchmark()
328 setup_ = setup; in Setup()
/llvm-project-15.0.7/third-party/benchmark/include/benchmark/
H A Dbenchmark.h1122 callback_function setup_; variable