Searched refs:BenchmarkArgs (Results 1 – 4 of 4) 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);
35 void BenchmarkArgs(benchmark::internal::Benchmark* b) { in BenchmarkArgs() function95 BENCHMARK(BM_QueryResultSerializer_Mixed)->Apply(BenchmarkArgs);96 BENCHMARK(BM_QueryResultSerializer_Strings)->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);