Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/support/
H A Dtest_iterators.h333 struct ThrowingIterator { struct
343 ThrowingIterator () in ThrowingIterator() function
347 ThrowingIterator (const ThrowingIterator &rhs) in ThrowingIterator() argument
407 ThrowingIterator temp = *this; argument
430 ThrowingIterator temp = *this; argument
464 bool operator== (const ThrowingIterator<T>& a, const ThrowingIterator<T>& b) argument
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/support/
H A Dtest_iterators.h333 struct ThrowingIterator { struct
343 ThrowingIterator () in ThrowingIterator() function
347 ThrowingIterator (const ThrowingIterator &rhs) in ThrowingIterator() argument
407 ThrowingIterator temp = *this; argument
430 ThrowingIterator temp = *this; argument
464 bool operator== (const ThrowingIterator<T>& a, const ThrowingIterator<T>& b) argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/support/
H A Dtest_iterators.h333 struct ThrowingIterator { struct
343 ThrowingIterator () in ThrowingIterator() argument
347 ThrowingIterator (const ThrowingIterator &rhs) in ThrowingIterator() argument
407 ThrowingIterator temp = *this; argument
430 ThrowingIterator temp = *this; argument
464 bool operator== (const ThrowingIterator<T>& a, const ThrowingIterator<T>& b) argument
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/support/
H A Dtest_iterators.h333 struct ThrowingIterator { struct
343 ThrowingIterator () in ThrowingIterator() argument
347 ThrowingIterator (const ThrowingIterator &rhs) in ThrowingIterator() argument
407 ThrowingIterator temp = *this; argument
430 ThrowingIterator temp = *this; argument
464 bool operator== (const ThrowingIterator<T>& a, const ThrowingIterator<T>& b) argument
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/support/
H A Dtest_iterators.h333 struct ThrowingIterator { struct
343 ThrowingIterator () in ThrowingIterator() argument
347 ThrowingIterator (const ThrowingIterator &rhs) in ThrowingIterator() argument
407 ThrowingIterator temp = *this; argument
430 ThrowingIterator temp = *this; argument
464 bool operator== (const ThrowingIterator<T>& a, const ThrowingIterator<T>& b) argument
/dports/devel/libc++/libcxx-10.0.1.src/test/support/
H A Dtest_iterators.h333 struct ThrowingIterator { struct
343 ThrowingIterator () in ThrowingIterator() argument
347 ThrowingIterator (const ThrowingIterator &rhs) in ThrowingIterator() function
407 ThrowingIterator temp = *this; argument
430 ThrowingIterator temp = *this; argument
464 bool operator== (const ThrowingIterator<T>& a, const ThrowingIterator<T>& b) argument
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/support/
H A Dtest_iterators.h333 struct ThrowingIterator { struct
343 ThrowingIterator () in ThrowingIterator() argument
347 ThrowingIterator (const ThrowingIterator &rhs) in ThrowingIterator() function
407 ThrowingIterator temp = *this; argument
430 ThrowingIterator temp = *this; argument
464 bool operator== (const ThrowingIterator<T>& a, const ThrowingIterator<T>& b) argument
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/support/
H A Dtest_iterators.h451 struct ThrowingIterator { struct
460 ThrowingIterator() in ThrowingIterator() argument
464 ThrowingIterator(const ThrowingIterator &rhs) in ThrowingIterator() function
507 ThrowingIterator temp = *this; argument
525 ThrowingIterator temp = *this; argument
545 friend bool operator!=(const ThrowingIterator& a, const ThrowingIterator& b) { argument
561 struct NonThrowingIterator { argument
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/support/
H A Dtest_iterators.h475 struct ThrowingIterator { struct
485 ThrowingIterator () in ThrowingIterator() argument
489 ThrowingIterator (const ThrowingIterator &rhs) in ThrowingIterator() function
549 ThrowingIterator temp = *this; argument
572 ThrowingIterator temp = *this; argument
606 bool operator== (const ThrowingIterator<T>& a, const ThrowingIterator<T>& b) argument
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/support/
H A Dtest_iterators.h475 struct ThrowingIterator { struct
485 ThrowingIterator () in ThrowingIterator() function
489 ThrowingIterator (const ThrowingIterator &rhs) in ThrowingIterator() argument
549 ThrowingIterator temp = *this; argument
572 ThrowingIterator temp = *this; argument
606 bool operator== (const ThrowingIterator<T>& a, const ThrowingIterator<T>& b) argument
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/support/
H A Dtest_iterators.h475 struct ThrowingIterator { struct
485 ThrowingIterator () in ThrowingIterator() argument
489 ThrowingIterator (const ThrowingIterator &rhs) in ThrowingIterator() argument
549 ThrowingIterator temp = *this; argument
572 ThrowingIterator temp = *this; argument
606 bool operator== (const ThrowingIterator<T>& a, const ThrowingIterator<T>& b) argument
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/Collections/
H A DDelegatingIteratorForEachRemaining.java64 static final class ThrowingIterator<E> extends ForwardingIterator<E> { class in DelegatingIteratorForEachRemaining
65 public ThrowingIterator(Iterator<E> delegate) { in ThrowingIterator() method in DelegatingIteratorForEachRemaining.ThrowingIterator
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/util/Collections/
H A DDelegatingIteratorForEachRemaining.java64 static final class ThrowingIterator<E> extends ForwardingIterator<E> { class in DelegatingIteratorForEachRemaining
65 public ThrowingIterator(Iterator<E> delegate) { in ThrowingIterator() method in DelegatingIteratorForEachRemaining.ThrowingIterator
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/Collections/
H A DDelegatingIteratorForEachRemaining.java64 static final class ThrowingIterator<E> extends ForwardingIterator<E> { class in DelegatingIteratorForEachRemaining
65 public ThrowingIterator(Iterator<E> delegate) { in ThrowingIterator() method in DelegatingIteratorForEachRemaining.ThrowingIterator
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/util/Collections/
H A DDelegatingIteratorForEachRemaining.java64 static final class ThrowingIterator<E> extends ForwardingIterator<E> { class in DelegatingIteratorForEachRemaining
65 public ThrowingIterator(Iterator<E> delegate) { in ThrowingIterator() method in DelegatingIteratorForEachRemaining.ThrowingIterator
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/util/Collections/
H A DDelegatingIteratorForEachRemaining.java64 static final class ThrowingIterator<E> extends ForwardingIterator<E> { class in DelegatingIteratorForEachRemaining
65 public ThrowingIterator(Iterator<E> delegate) { in ThrowingIterator() method in DelegatingIteratorForEachRemaining.ThrowingIterator
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/util/Collections/
H A DDelegatingIteratorForEachRemaining.java64 static final class ThrowingIterator<E> extends ForwardingIterator<E> { class in DelegatingIteratorForEachRemaining
65 public ThrowingIterator(Iterator<E> delegate) { in ThrowingIterator() method in DelegatingIteratorForEachRemaining.ThrowingIterator
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/util/Collections/
H A DDelegatingIteratorForEachRemaining.java64 static final class ThrowingIterator<E> extends ForwardingIterator<E> { class in DelegatingIteratorForEachRemaining
65 public ThrowingIterator(Iterator<E> delegate) { in ThrowingIterator() method in DelegatingIteratorForEachRemaining.ThrowingIterator
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/util/Collections/
H A DDelegatingIteratorForEachRemaining.java64 static final class ThrowingIterator<E> extends ForwardingIterator<E> { class in DelegatingIteratorForEachRemaining
65 public ThrowingIterator(Iterator<E> delegate) { in ThrowingIterator() method in DelegatingIteratorForEachRemaining.ThrowingIterator