Home
last modified time | relevance | path

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

/external/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.random.sample/
Dsample.pass.cpp131 typedef typename std::iterator_traits<PopulationIterator>::iterator_category PopulationCategory; in test_small_population() typedef
132 if (std::is_base_of<std::forward_iterator_tag, PopulationCategory>::value) { in test_small_population()
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.random.sample/
Dsample.pass.cpp132 typedef typename std::iterator_traits<PopulationIterator>::iterator_category PopulationCategory; in test_small_population() typedef
133 if (std::is_base_of<std::forward_iterator_tag, PopulationCategory>::value) { in test_small_population()