Searched refs:BENCHMARK_DEFINE_F (Results 1 – 10 of 10) sorted by relevance
/external/google-benchmark/test/ |
D | fixture_test.cc | 35 BENCHMARK_DEFINE_F(MyFixture, Bar)(benchmark::State& st) { in BENCHMARK_DEFINE_F() function
|
D | multiple_ranges_test.cc | 45 BENCHMARK_DEFINE_F(MultipleRangesFixture, Empty)(benchmark::State& state) { in BENCHMARK_DEFINE_F() function
|
D | map_test.cc | 45 BENCHMARK_DEFINE_F(MapFixture, Lookup)(benchmark::State& state) { in BENCHMARK_DEFINE_F() function
|
/external/libcxx/utils/google-benchmark/test/ |
D | fixture_test.cc | 35 BENCHMARK_DEFINE_F(MyFixture, Bar)(benchmark::State& st) { in BENCHMARK_DEFINE_F() function
|
D | multiple_ranges_test.cc | 45 BENCHMARK_DEFINE_F(MultipleRangesFixture, Empty)(benchmark::State& state) { in BENCHMARK_DEFINE_F() function
|
D | map_test.cc | 45 BENCHMARK_DEFINE_F(MapFixture, Lookup)(benchmark::State& state) { in BENCHMARK_DEFINE_F() function
|
/external/libcxx/utils/google-benchmark/include/benchmark/ |
D | benchmark_api.h | 840 #define BENCHMARK_DEFINE_F(BaseClass, Method) \
|
/external/google-benchmark/include/benchmark/ |
D | benchmark_api.h | 900 #define BENCHMARK_DEFINE_F(BaseClass, Method) \ macro
|
/external/libcxx/utils/google-benchmark/ |
D | README.md | 409 * `BENCHMARK_DEFINE_F(ClassName, Method)` 423 BENCHMARK_DEFINE_F(MyFixture, BarTest)(benchmark::State& st) {
|
/external/google-benchmark/ |
D | README.md | 411 * `BENCHMARK_DEFINE_F(ClassName, Method)` 425 BENCHMARK_DEFINE_F(MyFixture, BarTest)(benchmark::State& st) {
|