| 251 | } |
| 252 | |
| 253 | static void ArraySortIndicesBool(benchmark::State& state) { |
| 254 | ArraySortFuncBoolBenchmark(state, SortRunner(state)); |
| 255 | } |
| 256 | |
| 257 | static void ArraySortIndicesStringNarrow(benchmark::State& state) { |
| 258 | const auto min_length = 0; |
nothing calls this directly
no test coverage detected