Searched refs:m_detailedSubprocessTestCount (Results 1 – 1 of 1) sorted by relevance
201 std::vector<DetailedSubprocessTestCount> m_detailedSubprocessTestCount; member in vkt::TestCaseExecutor337 … m_detailedSubprocessTestCount.push_back(DetailedSubprocessTestCount{testPattern, testCount}); in TestCaseExecutor()340 std::sort(m_detailedSubprocessTestCount.begin(), m_detailedSubprocessTestCount.end(), in TestCaseExecutor()793 for (const auto &detailed : m_detailedSubprocessTestCount) in getCurrentSubprocessCount()