Searched defs:_List_iterator (Results 1 – 2 of 2) sorted by relevance
143 struct _List_iterator : public _List_iterator_base struct145 typedef _List_iterator<_Tp,_Tp&,_Tp*> iterator; argument146 typedef _List_iterator<_Tp,const _Tp&,const _Tp*> const_iterator; argument147 typedef _List_iterator<_Tp,_Ref,_Ptr> _Self; argument154 _List_iterator(_Node* __x) in _List_iterator() function158 _List_iterator() in _List_iterator() function161 _List_iterator(const iterator& __x) in _List_iterator() argument184 _Self __tmp = *this;199 _Self __tmp = *this;
112 struct _List_iterator struct114 typedef _List_iterator<_Tp> _Self; argument123 _List_iterator() in _List_iterator() argument127 _List_iterator(_List_node_base* __x) in _List_iterator() argument149 _Self __tmp = *this;164 _Self __tmp = *this;193 typedef _List_iterator<_Tp> iterator; argument