Home
last modified time | relevance | path

Searched defs:ThrowingIterator (Results 1 – 2 of 2) 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/guava/guava-testlib/test/com/google/common/collect/testing/
DIteratorTesterTest.java326 private static final class ThrowingIterator<E> implements Iterator<E> { class in IteratorTesterTest
329 private ThrowingIterator(RuntimeException ex) { in ThrowingIterator() method in IteratorTesterTest.ThrowingIterator