| 422 | } |
| 423 | |
| 424 | static void VisitBits(benchmark::State& state) { |
| 425 | BenchmarkVisitBits<VisitBitsFunctor>(state, state.range(0)); |
| 426 | } |
| 427 | |
| 428 | static void VisitBitsUnrolled(benchmark::State& state) { |
| 429 | BenchmarkVisitBits<VisitBitsUnrolledFunctor>(state, state.range(0)); |
no outgoing calls
no test coverage detected