Searched refs:BENCHMARK_TEMPLATE_DEFINE_F (Results 1 – 6 of 6) sorted by relevance
/external/google-benchmark/test/ |
D | templated_fixture_test.cc | 21 BENCHMARK_TEMPLATE_DEFINE_F(MyFixture, Bar, double)(benchmark::State& st) { in BENCHMARK_TEMPLATE_DEFINE_F() function
|
/external/libcxx/utils/google-benchmark/test/ |
D | templated_fixture_test.cc | 21 BENCHMARK_TEMPLATE_DEFINE_F(MyFixture, Bar, double)(benchmark::State& st) { in BENCHMARK_TEMPLATE_DEFINE_F() function
|
/external/libcxx/utils/google-benchmark/include/benchmark/ |
D | benchmark.h | 1220 #define BENCHMARK_TEMPLATE_DEFINE_F(BaseClass, Method, ...) \ macro 1224 #define BENCHMARK_TEMPLATE_DEFINE_F(BaseClass, Method, a) \ macro
|
/external/google-benchmark/include/benchmark/ |
D | benchmark.h | 1220 #define BENCHMARK_TEMPLATE_DEFINE_F(BaseClass, Method, ...) \ macro 1224 #define BENCHMARK_TEMPLATE_DEFINE_F(BaseClass, Method, a) \ macro
|
/external/google-benchmark/ |
D | README.md | 647 * `BENCHMARK_TEMPLATE_DEFINE_F(ClassName, Method, ...)` 660 BENCHMARK_TEMPLATE_DEFINE_F(MyFixture, DoubleTest, double)(benchmark::State& st) {
|
/external/libcxx/utils/google-benchmark/ |
D | README.md | 640 * `BENCHMARK_TEMPLATE_DEFINE_F(ClassName, Method, ...)` 653 BENCHMARK_TEMPLATE_DEFINE_F(MyFixture, DoubleTest, double)(benchmark::State& st) {
|