Searched refs:CasePaths (Results 1 – 2 of 2) sorted by relevance
91 class CasePaths;115 de::MovePtr<const CasePaths> m_casePaths;117 de::MovePtr<const CasePaths> m_caseFractionMandatoryTests;
554 class CasePaths class557 CasePaths (const string& pathList);558 CasePaths (const vector<string>& pathList);565 CasePaths::CasePaths (const string& pathList) in CasePaths() function in tcu::CasePaths570 CasePaths::CasePaths(const vector<string>& pathList) in CasePaths() function in tcu::CasePaths646 bool CasePaths::matches (const string& caseName, bool allowPrefix) const in matches()985 m_casePaths = de::MovePtr<const CasePaths>(new CasePaths(cmdLine.getOption<opt::CasePath>())); in CaseListFilter()1016 m_caseFractionMandatoryTests = de::MovePtr<const CasePaths>(new CasePaths(cfPaths)); in CaseListFilter()