Searched refs:_Iter (Results 1 – 2 of 2) sorted by relevance
90 typedef _ListIterator<U, Constness> _Iter; typedef98 _ListIterator(const _Iter& rhs) : mpNode(rhs.mpNode) {} in _ListIterator()118 inline bool operator==(const _Iter& right) const { 121 inline bool operator!=(const _Iter& right) const { 138 inline _Iter& operator++() { // pre-increment142 const _Iter operator++(int) { // post-increment143 _Iter tmp(*this);147 inline _Iter& operator--() { // pre-increment151 const _Iter operator--(int) { // post-increment152 _Iter tmp(*this);
81 typedef _ListIterator<U, Constness> _Iter; typedef89 _ListIterator(const _Iter& rhs) : mpNode(rhs.mpNode) {} in _ListIterator()107 inline bool operator==(const _Iter& right) const { return mpNode == right.mpNode; }109 inline bool operator!=(const _Iter& right) const { return mpNode != right.mpNode; }125 inline _Iter& operator++() { // pre-increment129 const _Iter operator++(int) { // post-increment130 _Iter tmp(*this);134 inline _Iter& operator--() { // pre-increment138 const _Iter operator--(int) { // post-increment139 _Iter tmp(*this);