Searched defs:ThrowingIterator (Results 1 – 4 of 4) sorted by relevance
334 struct ThrowingIterator { struct344 ThrowingIterator () in ThrowingIterator() argument348 ThrowingIterator (const ThrowingIterator &rhs) in ThrowingIterator() function408 ThrowingIterator temp = *this; argument431 ThrowingIterator temp = *this; argument465 bool operator== (const ThrowingIterator<T>& a, const ThrowingIterator<T>& b) argument
456 struct ThrowingIterator { struct465 TEST_CONSTEXPR ThrowingIterator() in ThrowingIterator() argument470 TEST_CONSTEXPR ThrowingIterator(const ThrowingIterator &rhs) in ThrowingIterator() argument513 ThrowingIterator temp = *this; argument531 ThrowingIterator temp = *this; argument551 TEST_CONSTEXPR friend bool operator!=(const ThrowingIterator& a, const ThrowingIterator& b) { argument567 struct NonThrowingIterator { argument
332 private static final class ThrowingIterator<E> implements Iterator<E> { class in IteratorTesterTest335 private ThrowingIterator(RuntimeException ex) { in ThrowingIterator() method in IteratorTesterTest.ThrowingIterator