Lines Matching full:runs
251 assert(!Runs.empty() && "There are no runs associated with the document!");
253 return *Runs.back().getAsObject()->get("tool")->getAsObject();
270 assert(!Runs.empty() && "There are no runs associated with the document!");
364 Runs.emplace_back(std::move(TheRun));
375 assert(!Runs.empty() && "There are no runs associated with the document!");
376 return *Runs.back().getAsObject();
421 if (!Runs.empty())
422 Doc["runs"] = json::Array(Runs);