Home
last modified time | relevance | path

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

/third_party/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