Searched refs:desperates (Results 1 – 1 of 1) sorted by relevance
243 const std::vector<DesperateBreak>& desperates, const CharProcessor& proc, in appendWithMerging() argument245 auto d = desperates.begin(); in appendWithMerging()246 while (hyIter != endHyIter || d != desperates.end()) { in appendWithMerging()249 if (d != desperates.end() && (hyIter == endHyIter || d->offset <= hyIter->offset)) { in appendWithMerging()