Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.random.sample/
H A Dranges_sample.pass.cpp191 void test_iterators_iter_sent_out() { in test_iterators_iter_sent_out() function
216 test_iterators_iter_sent_out<Iter, Sent, cpp20_output_iterator<int*>>(); in test_iterators_iter_sent()
217 test_iterators_iter_sent_out<Iter, Sent, forward_iterator<int*>>(); in test_iterators_iter_sent()
219 test_iterators_iter_sent_out<Iter, Sent, random_access_iterator<int*>>(); in test_iterators_iter_sent()
220 test_iterators_iter_sent_out<Iter, Sent, contiguous_iterator<int*>>(); in test_iterators_iter_sent()
221 test_iterators_iter_sent_out<Iter, Sent, int*>(); in test_iterators_iter_sent()