Searched refs:resultIter (Results 1 – 1 of 1) sorted by relevance
297 for (const auto &resultIter : testResults.results) in WriteResultsFile() local299 const TestIdentifier &id = resultIter.first; in WriteResultsFile()300 const TestResult &result = resultIter.second; in WriteResultsFile()1535 for (const auto &resultIter : batchResults.results) in finishProcess() local1537 const TestResult &result = resultIter.second; in finishProcess()1548 for (const auto &resultIter : batchResults.results) in finishProcess() local1550 const TestIdentifier &id = resultIter.first; in finishProcess()1551 const TestResult &result = resultIter.second; in finishProcess()1594 for (const auto &resultIter : batchResults.results) in finishProcess() local1596 const TestIdentifier &id = resultIter.first; in finishProcess()[all …]