| 293 | ///////////////////////////////////////////////////////// |
| 294 | |
| 295 | static void CustomArguments(benchmark::internal::Benchmark* b) |
| 296 | { |
| 297 | for (int i = 0; i < paths.size(); ++i) b->Args({ i }); |
| 298 | } |
| 299 | |
| 300 | inline PipFunction GetPIPFunc(int index) |
| 301 | { |
nothing calls this directly
no outgoing calls
no test coverage detected