| 3859 | |
| 3860 | template <typename ArrayFactory> |
| 3861 | void TestWithArrayFactory(ArrayFactory&& factory) { |
| 3862 | TestWithArrayFactory(factory, factory); |
| 3863 | } |
| 3864 | |
| 3865 | template <typename ArrayFactory, typename ExpectedArrayFactory> |
| 3866 | void TestWithArrayFactory(ArrayFactory&& factory, |
nothing calls this directly
no test coverage detected