| 4358 | |
| 4359 | template <typename ArrayFactory> |
| 4360 | void TestWithArrayFactory(ArrayFactory&& factory) { |
| 4361 | TestWithArrayFactory(factory, factory); |
| 4362 | } |
| 4363 | |
| 4364 | template <typename ArrayFactory, typename ExpectedArrayFactory> |
| 4365 | void TestWithArrayFactory(ArrayFactory&& factory, |
nothing calls this directly
no test coverage detected