Searched refs:BenchmarkArgs (Results 1 – 3 of 3) sorted by relevance
38 void BenchmarkArgs(benchmark::internal::Benchmark* b) { in BenchmarkArgs() function62 BENCHMARK_TEMPLATE(BM_SetInsert, FlatSet<int>)->Apply(BenchmarkArgs);63 BENCHMARK_TEMPLATE(BM_SetInsert, std::set<int>)->Apply(BenchmarkArgs);64 BENCHMARK_TEMPLATE(BM_SetInsert, std::unordered_set<int>)->Apply(BenchmarkArgs);
32 void BenchmarkArgs(benchmark::internal::Benchmark* b) { in BenchmarkArgs() function116 BENCHMARK(BM_KallSyms)->Apply(BenchmarkArgs);
41 void BenchmarkArgs(benchmark::internal::Benchmark* b) { in BenchmarkArgs() function201 BENCHMARK(BM_SqliteStepAndResult)->Apply(BenchmarkArgs);