Searched refs:testUniqueImpl (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.unique/ |
| H A D | ranges_unique.pass.cpp | 77 constexpr void testUniqueImpl(std::array<int, N1> input, std::array<int, N2> expected) { in testUniqueImpl() function 105 testUniqueImpl<Iter, SentWrapper>(in, expected); in testImpl() 112 testUniqueImpl<Iter, SentWrapper>(in, expected); in testImpl() 119 testUniqueImpl<Iter, SentWrapper>(in, expected); in testImpl() 126 testUniqueImpl<Iter, SentWrapper>(in, expected); in testImpl() 133 testUniqueImpl<Iter, SentWrapper>(in, expected); in testImpl() 139 testUniqueImpl<Iter, SentWrapper>(in, expected); in testImpl()
|