Searched refs:keepIndex (Results 1 – 1 of 1) sorted by relevance
43 size_t keepIndex = 0; in applyPatterns() local46 if (keepIndex < rangeToKeep.size() && in applyPatterns()47 index == rangeToKeep[keepIndex].second) in applyPatterns()48 ++keepIndex; in applyPatterns()49 if (keepIndex == rangeToKeep.size() || index < rangeToKeep[keepIndex].first) in applyPatterns()