Lines Matching defs:it1
127 symbol_container::symbols_t::iterator it1 = pc1.begin_symbol();
132 while (it1 != end1 && it2 != end2) {
133 if (rough_less(*it1, *it2)) {
134 symbol_old(syms, *it1, choice);
135 ++it1;
136 } else if (rough_less(*it2, *it1)) {
140 symbol_diff(syms, *it1, total1, *it2, total2, choice);
141 ++it1;
146 for (; it1 != end1; ++it1)
147 symbol_old(syms, *it1, choice);