Searched refs:BENCHMARK_TEMPLATE1 (Results 1 – 6 of 6) sorted by relevance
/external/libcxx/utils/google-benchmark/test/ |
D | cxx03_test.cc | 40 BENCHMARK_TEMPLATE1(BM_template1, int);
|
/external/google-benchmark/test/ |
D | cxx03_test.cc | 40 BENCHMARK_TEMPLATE1(BM_template1, int);
|
/external/libcxx/utils/google-benchmark/include/benchmark/ |
D | benchmark_api.h | 808 #define BENCHMARK_TEMPLATE1(n, a) \ 826 #define BENCHMARK_TEMPLATE(n, a) BENCHMARK_TEMPLATE1(n, a)
|
/external/google-benchmark/include/benchmark/ |
D | benchmark_api.h | 868 #define BENCHMARK_TEMPLATE1(n, a) \ macro 886 #define BENCHMARK_TEMPLATE(n, a) BENCHMARK_TEMPLATE1(n, a)
|
/external/libcxx/utils/google-benchmark/ |
D | README.md | 187 #define BENCHMARK_TEMPLATE1(func, arg1)
|
/external/google-benchmark/ |
D | README.md | 189 #define BENCHMARK_TEMPLATE1(func, arg1)
|