Searched refs:Covs (Results 1 – 1 of 1) sorted by relevance
443 merge(const std::vector<std::unique_ptr<CoverageData>> &Covs) { in merge() argument446 for (const auto &Cov : Covs) in merge()455 std::vector<std::unique_ptr<CoverageData>> Covs; in readAndMerge() local460 Covs.push_back(std::move(Cov.get())); in readAndMerge()462 return merge(Covs); in readAndMerge()