Searched refs:lastP (Results 1 – 1 of 1) sorted by relevance
231 const std::vector<TextLine>::const_iterator lastP = fLines.begin() + end.fParagraphIndex; in copy() local233 const auto& last = lastP->fText; in copy()236 for (auto line = firstP + 1; line < lastP; ++line) { in copy()