Home
last modified time | relevance | path

Searched defs:ThrowingIterator (Results 1 – 5 of 5) 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() argument
408 ThrowingIterator temp = *this; argument
431 ThrowingIterator temp = *this; argument
465 bool operator== (const ThrowingIterator<T>& a, const ThrowingIterator<T>& b) argument
/external/cronet/stable/third_party/libc++/src/test/support/
Dtest_iterators.h518 struct ThrowingIterator { struct
527 TEST_CONSTEXPR ThrowingIterator() in ThrowingIterator() function
532 TEST_CONSTEXPR ThrowingIterator(const ThrowingIterator &rhs) in ThrowingIterator() function
575 ThrowingIterator temp = *this; argument
593 ThrowingIterator temp = *this; argument
613 TEST_CONSTEXPR friend bool operator!=(const ThrowingIterator& a, const ThrowingIterator& b) { argument
629 struct NonThrowingIterator { argument
/external/cronet/tot/third_party/libc++/src/test/support/
Dtest_iterators.h518 struct ThrowingIterator { struct
527 TEST_CONSTEXPR ThrowingIterator() in ThrowingIterator() argument
532 TEST_CONSTEXPR ThrowingIterator(const ThrowingIterator &rhs) in ThrowingIterator() argument
575 ThrowingIterator temp = *this; argument
593 ThrowingIterator temp = *this; argument
613 TEST_CONSTEXPR friend bool operator!=(const ThrowingIterator& a, const ThrowingIterator& b) { argument
629 struct NonThrowingIterator { argument
/external/guava/android/guava-testlib/test/com/google/common/collect/testing/
DIteratorTesterTest.java331 private static final class ThrowingIterator<E> implements Iterator<E> { class in IteratorTesterTest
334 private ThrowingIterator(RuntimeException ex) { in ThrowingIterator() method in IteratorTesterTest.ThrowingIterator
/external/guava/guava-testlib/test/com/google/common/collect/testing/
DIteratorTesterTest.java331 private static final class ThrowingIterator<E> implements Iterator<E> { class in IteratorTesterTest
334 private ThrowingIterator(RuntimeException ex) { in ThrowingIterator() method in IteratorTesterTest.ThrowingIterator