Home
last modified time | relevance | path

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

/bionic/benchmarks/benchmark/
DBenchmark.h163 #define BENCHMARK_WITH_ARG(f, arg_type) \ argument
164 BENCHMARK_START(f, ::testing::BenchmarkWithArg<arg_type>) \
165 virtual void Run(int, arg_type) override; \
167 static ::testing::BenchmarkWithArg<arg_type>* __benchmark_##f = (new f())