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