Home
last modified time | relevance | path

Searched defs:NonThrowingIterator (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libcxx/test/support/
H A Dtest_iterators.h473 struct NonThrowingIterator { struct
481 NonThrowingIterator () in NonThrowingIterator() argument
483 NonThrowingIterator (const T *first, const T* last) in NonThrowingIterator() function
485 NonThrowingIterator (const NonThrowingIterator &rhs) in NonThrowingIterator() function
509 NonThrowingIterator temp = *this; argument
522 NonThrowingIterator temp = *this; argument
543 bool operator== (const NonThrowingIterator<T>& a, const NonThrowingIterator<T>& b) TEST_NOEXCEPT argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/
H A Dtest_iterators.h567 struct NonThrowingIterator { struct
574 NonThrowingIterator() in NonThrowingIterator() argument
576 explicit NonThrowingIterator(const T *first, const T *last) in NonThrowingIterator() function
578 NonThrowingIterator(const NonThrowingIterator& rhs) in NonThrowingIterator() argument
598 NonThrowingIterator temp = *this; argument
609 NonThrowingIterator temp = *this; argument
622 … friend bool operator!=(const NonThrowingIterator& a, const NonThrowingIterator& b) TEST_NOEXCEPT { argument
627 void operator,(T2 const &) = delete;
631 const T *end_;
632 const T *current_;