Searched refs:lIt (Results 1 – 1 of 1) sorted by relevance
25 auto lIt = lcs.begin(); in diff() local28 if (aIt != a->end() && (lIt == lcs.end() || !eq(*lIt, *aIt))) { in diff()31 } else if (bIt != b->end() && (lIt == lcs.end() || !eq(*lIt, *bIt))) { in diff()40 lIt++; in diff()