Searched refs:other_current (Results 1 – 1 of 1) sorted by relevance
330 iterator other_current = other.begin(); in merge() local331 while (current != end() && other_current != other.end()) { in merge()332 if (cmp(*other_current, *current)) { in merge()333 ++other_current; in merge()341 DCHECK(++const_iterator(other_prev) == other_current); in merge()