| 213 | RunBenchmark(BenchmarkCases()[2], state); |
| 214 | } |
| 215 | void BM_NestedDefinition(benchmark::State& state) { |
| 216 | RunBenchmark(BenchmarkCases()[3], state); |
| 217 | } |
| 218 | void BM_BindOusideLoop(benchmark::State& state) { |
| 219 | RunBenchmark(BenchmarkCases()[4], state); |
| 220 | } |
nothing calls this directly
no test coverage detected