Searched refs:arg_type (Results 1 – 1 of 1) sorted by relevance
163 #define BENCHMARK_WITH_ARG(f, arg_type) \ argument164 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())