Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/ADT/
H A DIteratorTest.cpp711 struct CountingIntIterator : IntIterator { struct
714 CountingIntIterator(int *it, unsigned &counter) in CountingIntIterator() argument
717 CountingIntIterator(const CountingIntIterator &other) in CountingIntIterator() function
721 CountingIntIterator &operator=(const CountingIntIterator &other) { in operator =() argument
734 CountingIntIterator begin(ints.data(), total_copy_count); in TEST()
735 CountingIntIterator end(ints.data() + ints.size(), total_copy_count); in TEST()