| 107 | } |
| 108 | |
| 109 | static void ValidateSmallAscii(benchmark::State& state) { // NOLINT non-const reference |
| 110 | BenchmarkASCIIValidation(state, valid_ascii, true); |
| 111 | } |
| 112 | |
| 113 | static void ValidateSmallAlmostAscii( |
| 114 | benchmark::State& state) { // NOLINT non-const reference |
nothing calls this directly
no test coverage detected