Searched defs:MyFixture (Results 1 – 4 of 4) sorted by relevance
/external/google-benchmark/test/ |
D | templated_fixture_test.cc | 8 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
|
D | fixture_test.cc | 7 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
|
/external/libcxx/utils/google-benchmark/test/ |
D | templated_fixture_test.cc | 8 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
|
D | fixture_test.cc | 7 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
|