Searched defs:ThrowingIterator (Results 1 – 5 of 5) sorted by relevance
334 struct ThrowingIterator { struct344 ThrowingIterator () in ThrowingIterator() argument348 ThrowingIterator (const ThrowingIterator &rhs) in ThrowingIterator() argument408 ThrowingIterator temp = *this; argument431 ThrowingIterator temp = *this; argument465 bool operator== (const ThrowingIterator<T>& a, const ThrowingIterator<T>& b) argument
518 struct ThrowingIterator { struct527 TEST_CONSTEXPR ThrowingIterator() in ThrowingIterator() function532 TEST_CONSTEXPR ThrowingIterator(const ThrowingIterator &rhs) in ThrowingIterator() function575 ThrowingIterator temp = *this; argument593 ThrowingIterator temp = *this; argument613 TEST_CONSTEXPR friend bool operator!=(const ThrowingIterator& a, const ThrowingIterator& b) { argument629 struct NonThrowingIterator { argument
518 struct ThrowingIterator { struct527 TEST_CONSTEXPR ThrowingIterator() in ThrowingIterator() argument532 TEST_CONSTEXPR ThrowingIterator(const ThrowingIterator &rhs) in ThrowingIterator() argument575 ThrowingIterator temp = *this; argument593 ThrowingIterator temp = *this; argument613 TEST_CONSTEXPR friend bool operator!=(const ThrowingIterator& a, const ThrowingIterator& b) { argument629 struct NonThrowingIterator { argument
331 private static final class ThrowingIterator<E> implements Iterator<E> { class in IteratorTesterTest334 private ThrowingIterator(RuntimeException ex) { in ThrowingIterator() method in IteratorTesterTest.ThrowingIterator