Home
last modified time | relevance | path

Searched refs:callback_function (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/third-party/benchmark/src/
H A Dbenchmark_api_internal.h68 typedef void (*callback_function)(const benchmark::State&); typedef
69 callback_function setup_ = nullptr;
70 callback_function teardown_ = nullptr;
/llvm-project-15.0.7/third-party/benchmark/include/benchmark/
H A Dbenchmark.h1121 typedef void (*callback_function)(const benchmark::State&); typedef
1122 callback_function setup_;
1123 callback_function teardown_;