Home | History | Annotate | Download | only in bits

Lines Matching defs:__i2

1463       const_iterator __i2 = __y.begin();
1464 while (__i1 != __end1 && __i2 != __end2 && *__i1 == *__i2)
1467 ++__i2;
1469 return __i1 == __end1 && __i2 == __end2;