Home
last modified time | relevance | path

Searched refs:BENCHMARK_TEMPLATE_F (Results 1 – 8 of 8) sorted by relevance

/external/google-benchmark/test/
Dtemplated_fixture_test.cc15 BENCHMARK_TEMPLATE_F(MyFixture, Foo, int)(benchmark::State& st) { in BENCHMARK_TEMPLATE_F() function
Dcxx03_test.cc50 BENCHMARK_TEMPLATE_F(BM_Fixture, BM_template1, long)(benchmark::State& state) { in BENCHMARK_TEMPLATE_F() function
/external/libcxx/utils/google-benchmark/test/
Dtemplated_fixture_test.cc15 BENCHMARK_TEMPLATE_F(MyFixture, Foo, int)(benchmark::State& st) { in BENCHMARK_TEMPLATE_F() function
Dcxx03_test.cc50 BENCHMARK_TEMPLATE_F(BM_Fixture, BM_template1, long)(benchmark::State& state) { in BENCHMARK_TEMPLATE_F() function
/external/libcxx/utils/google-benchmark/include/benchmark/
Dbenchmark.h1252 #define BENCHMARK_TEMPLATE_F(BaseClass, Method, ...) \ macro
1257 #define BENCHMARK_TEMPLATE_F(BaseClass, Method, a) \ macro
/external/google-benchmark/include/benchmark/
Dbenchmark.h1252 #define BENCHMARK_TEMPLATE_F(BaseClass, Method, ...) \ macro
1257 #define BENCHMARK_TEMPLATE_F(BaseClass, Method, a) \ macro
/external/google-benchmark/
DREADME.md646 * `BENCHMARK_TEMPLATE_F(ClassName, Method, ...)`
654 BENCHMARK_TEMPLATE_F(MyFixture, IntTest, int)(benchmark::State& st) {
/external/libcxx/utils/google-benchmark/
DREADME.md639 * `BENCHMARK_TEMPLATE_F(ClassName, Method, ...)`
647 BENCHMARK_TEMPLATE_F(MyFixture, IntTest, int)(benchmark::State& st) {