Searched refs:BENCHMARK_TEMPLATE_F (Results 1 – 8 of 8) sorted by relevance
/external/google-benchmark/test/ |
D | templated_fixture_test.cc | 15 BENCHMARK_TEMPLATE_F(MyFixture, Foo, int)(benchmark::State& st) { in BENCHMARK_TEMPLATE_F() function
|
D | cxx03_test.cc | 50 BENCHMARK_TEMPLATE_F(BM_Fixture, BM_template1, long)(benchmark::State& state) { in BENCHMARK_TEMPLATE_F() function
|
/external/libcxx/utils/google-benchmark/test/ |
D | templated_fixture_test.cc | 15 BENCHMARK_TEMPLATE_F(MyFixture, Foo, int)(benchmark::State& st) { in BENCHMARK_TEMPLATE_F() function
|
D | cxx03_test.cc | 50 BENCHMARK_TEMPLATE_F(BM_Fixture, BM_template1, long)(benchmark::State& state) { in BENCHMARK_TEMPLATE_F() function
|
/external/libcxx/utils/google-benchmark/include/benchmark/ |
D | benchmark.h | 1252 #define BENCHMARK_TEMPLATE_F(BaseClass, Method, ...) \ macro 1257 #define BENCHMARK_TEMPLATE_F(BaseClass, Method, a) \ macro
|
/external/google-benchmark/include/benchmark/ |
D | benchmark.h | 1252 #define BENCHMARK_TEMPLATE_F(BaseClass, Method, ...) \ macro 1257 #define BENCHMARK_TEMPLATE_F(BaseClass, Method, a) \ macro
|
/external/google-benchmark/ |
D | README.md | 646 * `BENCHMARK_TEMPLATE_F(ClassName, Method, ...)` 654 BENCHMARK_TEMPLATE_F(MyFixture, IntTest, int)(benchmark::State& st) {
|
/external/libcxx/utils/google-benchmark/ |
D | README.md | 639 * `BENCHMARK_TEMPLATE_F(ClassName, Method, ...)` 647 BENCHMARK_TEMPLATE_F(MyFixture, IntTest, int)(benchmark::State& st) {
|