Searched refs:CasePaths (Results 1 – 2 of 2) sorted by relevance
91 class CasePaths;112 de::MovePtr<const CasePaths> m_casePaths;
545 class CasePaths class548 CasePaths (const string& pathList);555 CasePaths::CasePaths (const string& pathList) in CasePaths() function in tcu::CasePaths631 bool CasePaths::matches (const string& caseName, bool allowPrefix) const in matches()952 m_casePaths = de::MovePtr<const CasePaths>(new CasePaths(cmdLine.getOption<opt::CasePath>())); in CaseListFilter()