Lines Matching refs:PopulationIterator
56 typedef PopulationIteratorType<PopulationItem *> PopulationIterator; in test() typedef
61 PopulationIterator>::iterator_category> Expectations; in test()
69 SampleIterator end = std::sample(PopulationIterator(ia), in test()
70 PopulationIterator(ia + is), in test()
76 end = std::sample(PopulationIterator(ia), in test()
77 PopulationIterator(ia + is), in test()
86 typedef PopulationIteratorType<PopulationItem *> PopulationIterator; in test_empty_population() typedef
93 std::sample(PopulationIterator(ia), PopulationIterator(ia), in test_empty_population()
101 typedef PopulationIteratorType<PopulationItem *> PopulationIterator; in test_empty_sample() typedef
108 std::sample(PopulationIterator(ia), PopulationIterator(ia + is), in test_empty_sample()
117 typedef PopulationIteratorType<PopulationItem *> PopulationIterator; in test_small_population() typedef
125 SampleIterator end = std::sample(PopulationIterator(ia), in test_small_population()
126 PopulationIterator(ia + is), in test_small_population()
129 typedef typename std::iterator_traits<PopulationIterator>::iterator_category PopulationCategory; in test_small_population()