Searched refs:next2 (Results 1 – 1 of 1) sorted by relevance
601 auto next2 = first2 + 1; in find() local602 while (*next1 == *next2) { in find()603 ++next2; in find()604 if (next2 == end2) { in find()