Searched refs:testsInBatch (Results 1 – 2 of 2) sorted by relevance
1030 testsInBatch = std::move(rhs.testsInBatch); in operator =()1357 const std::vector<TestIdentifier> &testsInBatch) in launchChildTestProcess() argument1372 std::string filterString = GetTestFilter(testsInBatch); in launchChildTestProcess()1454 processInfo.testsInBatch = testsInBatch; in launchChildTestProcess()1482 for (const TestIdentifier &id : processInfo->testsInBatch) in finishProcess()1677 std::vector<TestIdentifier> testsInBatch = mTestQueue.front(); in run() local1680 if (!launchChildTestProcess(++batchId, testsInBatch)) in run()1711 for (const TestIdentifier &testIdentifier : processInfo.testsInBatch) in run()1723 totalTestCount += static_cast<uint32_t>(processInfo.testsInBatch.size()); in run()
117 std::vector<TestIdentifier> testsInBatch; member162 bool launchChildTestProcess(uint32_t batchId, const std::vector<TestIdentifier> &testsInBatch);