Home
last modified time | relevance | path

Searched defs:ThrowingIterator (Results 1 – 4 of 4) sorted by relevance

/external/libcxx/test/support/
Dtest_iterators.h334 struct ThrowingIterator { struct
344 ThrowingIterator () in ThrowingIterator() argument
348 ThrowingIterator (const ThrowingIterator &rhs) in ThrowingIterator() function
408 ThrowingIterator temp = *this; argument
431 ThrowingIterator temp = *this; argument
465 bool operator== (const ThrowingIterator<T>& a, const ThrowingIterator<T>& b) argument
/external/cronet/buildtools/third_party/libc++/trunk/test/support/
Dtest_iterators.h456 struct ThrowingIterator { struct
465 TEST_CONSTEXPR ThrowingIterator() in ThrowingIterator() argument
470 TEST_CONSTEXPR ThrowingIterator(const ThrowingIterator &rhs) in ThrowingIterator() argument
513 ThrowingIterator temp = *this; argument
531 ThrowingIterator temp = *this; argument
551 TEST_CONSTEXPR friend bool operator!=(const ThrowingIterator& a, const ThrowingIterator& b) { argument
567 struct NonThrowingIterator { argument
/external/guava/guava-testlib/test/com/google/common/collect/testing/
DIteratorTesterTest.java332 private static final class ThrowingIterator<E> implements Iterator<E> { class in IteratorTesterTest
335 private ThrowingIterator(RuntimeException ex) { in ThrowingIterator() method in IteratorTesterTest.ThrowingIterator
/external/guava/android/guava-testlib/test/com/google/common/collect/testing/
DIteratorTesterTest.java332 private static final class ThrowingIterator<E> implements Iterator<E> { class in IteratorTesterTest
335 private ThrowingIterator(RuntimeException ex) { in ThrowingIterator() method in IteratorTesterTest.ThrowingIterator