Lines Matching defs:runs
379 // mkay, this makes an assumption that we do the scoring runs in a single thread and holds the variables during
691 void TextWrapper::updateMetricsWithPlaceholder(std::vector<Run*>& runs, bool iterateByCluster) {
694 for (auto& run : runs) {
708 runs.clear();
709 // Deal with placeholder clusters == runs[@size==1]
722 runs.emplace_back(lastRun);
812 std::vector<Run*> runs;
813 updateMetricsWithPlaceholder(runs, true);
819 updateMetricsWithPlaceholder(runs, false);
825 // TODO: keep start/end/break info for text and runs but in a better way that below
1248 // Deal with placeholder clusters == runs[@size==1]