Searched refs:CountingIntIterator (Results 1 – 1 of 1) sorted by relevance
711 struct CountingIntIterator : IntIterator { struct714 CountingIntIterator(int *it, unsigned &counter) in CountingIntIterator() argument717 CountingIntIterator(const CountingIntIterator &other) in CountingIntIterator() function721 CountingIntIterator &operator=(const CountingIntIterator &other) { in operator =() argument734 CountingIntIterator begin(ints.data(), total_copy_count); in TEST()735 CountingIntIterator end(ints.data() + ints.size(), total_copy_count); in TEST()