Home | History | Annotate | Download | only in stl

Lines Matching defs:__last2

112     const_iterator __last2 = __x.end();
113 while (__first1 != __last1 && __first2 != __last2)
115 if (__first2 == __last2)
118 insert(__last1, __first2, __last2);
174 _Literator __last2 = __x.end();
176 while (__first1 != __last1 && __first2 != __last2) {
186 if (__first2 != __last2)
187 _List_global_inst::_Transfer(__last1._M_node, __first2._M_node, __last2._M_node);
190 while (__first1 != __last1 && __first2 != __last2) {
198 if (__first2 != __last2) {
199 __that.insert(__first1, __first2, __last2);