Home
last modified time | relevance | path

Searched refs:BENCHMARK_TEMPLATE_DEFINE_F (Results 1 – 6 of 6) sorted by relevance

/external/google-benchmark/test/
Dtemplated_fixture_test.cc21 BENCHMARK_TEMPLATE_DEFINE_F(MyFixture, Bar, double)(benchmark::State& st) { in BENCHMARK_TEMPLATE_DEFINE_F() function
/external/libcxx/utils/google-benchmark/test/
Dtemplated_fixture_test.cc21 BENCHMARK_TEMPLATE_DEFINE_F(MyFixture, Bar, double)(benchmark::State& st) { in BENCHMARK_TEMPLATE_DEFINE_F() function
/external/libcxx/utils/google-benchmark/include/benchmark/
Dbenchmark.h1220 #define BENCHMARK_TEMPLATE_DEFINE_F(BaseClass, Method, ...) \ macro
1224 #define BENCHMARK_TEMPLATE_DEFINE_F(BaseClass, Method, a) \ macro
/external/google-benchmark/include/benchmark/
Dbenchmark.h1220 #define BENCHMARK_TEMPLATE_DEFINE_F(BaseClass, Method, ...) \ macro
1224 #define BENCHMARK_TEMPLATE_DEFINE_F(BaseClass, Method, a) \ macro
/external/google-benchmark/
DREADME.md647 * `BENCHMARK_TEMPLATE_DEFINE_F(ClassName, Method, ...)`
660 BENCHMARK_TEMPLATE_DEFINE_F(MyFixture, DoubleTest, double)(benchmark::State& st) {
/external/libcxx/utils/google-benchmark/
DREADME.md640 * `BENCHMARK_TEMPLATE_DEFINE_F(ClassName, Method, ...)`
653 BENCHMARK_TEMPLATE_DEFINE_F(MyFixture, DoubleTest, double)(benchmark::State& st) {