Home
last modified time | relevance | path

Searched defs:NonThrowingIterator (Results 1 – 1 of 1) 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() argument
509 NonThrowingIterator temp = *this; argument
522 NonThrowingIterator temp = *this; argument
543 bool operator== (const NonThrowingIterator<T>& a, const NonThrowingIterator<T>& b) TEST_NOEXCEPT argument