Home
last modified time | relevance | path

Searched defs:MyFixture (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/test/
H A Dtemplated_fixture_test.cc8 class MyFixture : public ::benchmark::Fixture { class
10 MyFixture() : data(0) {} in MyFixture() function in MyFixture
15 BENCHMARK_TEMPLATE_F(MyFixture, Foo, int)(benchmark::State &st) { in BENCHMARK_TEMPLATE_F() argument
21 BENCHMARK_TEMPLATE_DEFINE_F(MyFixture, Bar, double)(benchmark::State& st) { in BENCHMARK_TEMPLATE_DEFINE_F() argument
H A Dfixture_test.cc7 class MyFixture : public ::benchmark::Fixture { class
28 BENCHMARK_F(MyFixture, Foo)(benchmark::State &st) { in BENCHMARK_F() argument
35 BENCHMARK_DEFINE_F(MyFixture, Bar)(benchmark::State& st) { in BENCHMARK_DEFINE_F() argument
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
H A Dtemplated_fixture_test.cc8 class MyFixture : public ::benchmark::Fixture { class
10 MyFixture() : data(0) {} in MyFixture() function in MyFixture
15 BENCHMARK_TEMPLATE_F(MyFixture, Foo, int)(benchmark::State& st) { in BENCHMARK_TEMPLATE_F() argument
21 BENCHMARK_TEMPLATE_DEFINE_F(MyFixture, Bar, double)(benchmark::State& st) { in BENCHMARK_TEMPLATE_DEFINE_F() argument
H A Dfixture_test.cc7 class MyFixture : public ::benchmark::Fixture { class
28 BENCHMARK_F(MyFixture, Foo)(benchmark::State &st) { in BENCHMARK_F() argument
35 BENCHMARK_DEFINE_F(MyFixture, Bar)(benchmark::State& st) { in BENCHMARK_DEFINE_F() argument