| 111 | } |
| 112 | |
| 113 | static void ValidateSmallAlmostAscii( |
| 114 | benchmark::State& state) { // NOLINT non-const reference |
| 115 | BenchmarkUTF8Validation(state, valid_almost_ascii, true); |
| 116 | } |
| 117 | |
| 118 | static void ValidateSmallNonAscii( |
| 119 | benchmark::State& state) { // NOLINT non-const reference |
nothing calls this directly
no test coverage detected