| 231 | RunBenchmark(BenchmarkCases()[8], state); |
| 232 | } |
| 233 | void BM_TwiceNestedDefinition(benchmark::State& state) { |
| 234 | RunBenchmark(BenchmarkCases()[9], state); |
| 235 | } |
| 236 | |
| 237 | BENCHMARK(BM_Simple); |
| 238 | BENCHMARK(BM_MultipleReferences); |
nothing calls this directly
no test coverage detected