HomeSort by relevance Sort by last modified time
    Searched defs:ThrowingIterator (Results 1 - 3 of 3) sorted by null

  /external/guava/guava-testlib/test/com/google/common/collect/testing/
IteratorTesterTest.java 260 return new ThrowingIterator<Integer>(new IllegalStateException());
326 private static final class ThrowingIterator<E> implements Iterator<E> {
329 private ThrowingIterator(RuntimeException ex) {
  /external/libcxx/test/support/
test_iterators.h 334 struct ThrowingIterator {
344 ThrowingIterator ()
346 ThrowingIterator (const T *first, const T *last, size_t index = 0, ThrowingAction action = TADereference)
348 ThrowingIterator (const ThrowingIterator &rhs)
350 ThrowingIterator & operator= (const ThrowingIterator &rhs)
389 ThrowingIterator & operator++()
406 ThrowingIterator operator++(int)
408 ThrowingIterator temp = *this
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/support/
test_iterators.h 331 struct ThrowingIterator {
341 ThrowingIterator ()
343 ThrowingIterator (const T *first, const T *last, size_t index = 0, ThrowingAction action = TADereference)
345 ThrowingIterator (const ThrowingIterator &rhs)
347 ThrowingIterator & operator= (const ThrowingIterator &rhs)
386 ThrowingIterator & operator++()
403 ThrowingIterator operator++(int)
405 ThrowingIterator temp = *this
    [all...]

Completed in 171 milliseconds