Searched refs:newLast (Results 1 – 1 of 1) sorted by relevance
15 auto newLast = first; in firstDuplicate() local19 if (std::find(first, newLast, *current) == newLast) in firstDuplicate()21 if (newLast != current) in firstDuplicate()23 *newLast = *current; in firstDuplicate()25 ++newLast; in firstDuplicate()29 return newLast; in firstDuplicate()