Searched refs:BENCHMARK_TEMPLATE1_F (Results 1 – 8 of 8) sorted by relevance
/external/libcxx/utils/google-benchmark/test/ |
D | cxx03_test.cc | 53 BENCHMARK_TEMPLATE1_F(BM_Fixture, BM_template2, int)(benchmark::State& state) { in BENCHMARK_TEMPLATE1_F() function
|
/external/llvm-project/llvm/utils/benchmark/test/ |
D | cxx03_test.cc | 53 BENCHMARK_TEMPLATE1_F(BM_Fixture, BM_template2, int)(benchmark::State& state) { in BENCHMARK_TEMPLATE1_F() function
|
/external/llvm-project/libcxx/utils/google-benchmark/test/ |
D | cxx03_test.cc | 53 BENCHMARK_TEMPLATE1_F(BM_Fixture, BM_template2, int)(benchmark::State& state) { in BENCHMARK_TEMPLATE1_F() function
|
/external/google-benchmark/test/ |
D | cxx03_test.cc | 53 BENCHMARK_TEMPLATE1_F(BM_Fixture, BM_template2, int)(benchmark::State& state) { in BENCHMARK_TEMPLATE1_F() function
|
/external/llvm-project/llvm/utils/benchmark/include/benchmark/ |
D | benchmark.h | 1202 #define BENCHMARK_TEMPLATE1_F(BaseClass, Method, a) \ macro 1218 #define BENCHMARK_TEMPLATE_F(BaseClass, Method, a) BENCHMARK_TEMPLATE1_F(BaseClass, Method, a)
|
/external/libcxx/utils/google-benchmark/include/benchmark/ |
D | benchmark.h | 1241 #define BENCHMARK_TEMPLATE1_F(BaseClass, Method, a) \ macro 1258 BENCHMARK_TEMPLATE1_F(BaseClass, Method, a)
|
/external/llvm-project/libcxx/utils/google-benchmark/include/benchmark/ |
D | benchmark.h | 1241 #define BENCHMARK_TEMPLATE1_F(BaseClass, Method, a) \ macro 1258 BENCHMARK_TEMPLATE1_F(BaseClass, Method, a)
|
/external/google-benchmark/include/benchmark/ |
D | benchmark.h | 1264 #define BENCHMARK_TEMPLATE1_F(BaseClass, Method, a) \ macro 1281 BENCHMARK_TEMPLATE1_F(BaseClass, Method, a)
|