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