Searched defs:CountingIntIterator (Results 1 – 1 of 1) sorted by relevance
711 struct CountingIntIterator : IntIterator { struct712 unsigned *cnt;714 CountingIntIterator(int *it, unsigned &counter) in CountingIntIterator() function717 CountingIntIterator(const CountingIntIterator &other) in CountingIntIterator() function721 CountingIntIterator &operator=(const CountingIntIterator &other) { in operator =()