Home
last modified time | relevance | path

Searched refs:testUniqueCopyImpl (Results 1 – 1 of 1) sorted by relevance

/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.unique/
H A Dranges_unique_copy.pass.cpp182 constexpr void testUniqueCopyImpl(std::array<int, N1> in, std::array<int, N2> expected) { in testUniqueCopyImpl() function
213 testUniqueCopyImpl<InIter, OutIter, SentWrapper>(in, expected); in testImpl()
220 testUniqueCopyImpl<InIter, OutIter, SentWrapper>(in, expected); in testImpl()
227 testUniqueCopyImpl<InIter, OutIter, SentWrapper>(in, expected); in testImpl()
234 testUniqueCopyImpl<InIter, OutIter, SentWrapper>(in, expected); in testImpl()
241 testUniqueCopyImpl<InIter, OutIter, SentWrapper>(in, expected); in testImpl()