Searched refs:testsInBatch (Results 1 – 2 of 2) sorted by relevance
908 testsInBatch = std::move(rhs.testsInBatch); in operator =()1329 const std::vector<TestIdentifier> &testsInBatch) in launchChildTestProcess() argument1342 std::string filterString = GetTestFilter(testsInBatch); in launchChildTestProcess()1424 processInfo.testsInBatch = testsInBatch; in launchChildTestProcess()1452 for (const TestIdentifier &id : processInfo->testsInBatch) in finishProcess()1677 std::vector<TestIdentifier> testsInBatch = mTestQueue.front(); in run() local1680 if (!launchChildTestProcess(++batchId, testsInBatch)) in run()1726 for (const TestIdentifier &testIdentifier : processInfo.testsInBatch) in run()1738 totalTestCount += static_cast<uint32_t>(processInfo.testsInBatch.size()); in run()
117 std::vector<TestIdentifier> testsInBatch; member191 bool launchChildTestProcess(uint32_t batchId, const std::vector<TestIdentifier> &testsInBatch);