Searched refs:_Iter (Results 1 – 2 of 2) sorted by relevance
89 typedef _ListIterator<U, Constness> _Iter; typedef97 _ListIterator(const _Iter& rhs) : mpNode(rhs.mpNode) {} in _ListIterator()117 inline bool operator==(const _Iter& right) const { 120 inline bool operator!=(const _Iter& right) const { 137 inline _Iter& operator++() { // pre-increment141 const _Iter operator++(int) { // post-increment142 _Iter tmp(*this);146 inline _Iter& operator--() { // pre-increment150 const _Iter operator--(int) { // post-increment151 _Iter tmp(*this);