Home
last modified time | relevance | path

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

/external/google-benchmark/test/
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
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
/external/libcxx/utils/google-benchmark/test/
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
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