Home
last modified time | relevance | path

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

/external/libcxx/test/support/
Dtest_iterators.h473 struct NonThrowingIterator { struct
481 NonThrowingIterator () in NonThrowingIterator() argument
483 NonThrowingIterator (const T *first, const T* last) in NonThrowingIterator() argument
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
/external/cronet/buildtools/third_party/libc++/trunk/test/support/
Dtest_iterators.h567 struct NonThrowingIterator { struct
574 NonThrowingIterator() in NonThrowingIterator() argument
576 explicit NonThrowingIterator(const T *first, const T *last) in NonThrowingIterator() argument
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_;