Searched refs:CasePaths (Results 1 – 2 of 2) sorted by relevance
89 class CasePaths;198 de::MovePtr<const CasePaths> m_casePaths;
517 class CasePaths class520 CasePaths (const string& pathList);527 CasePaths::CasePaths (const string& pathList) in CasePaths() function in tcu::CasePaths603 bool CasePaths::matches (const string& caseName, bool allowPrefix) const in matches()750 m_casePaths = de::MovePtr<const CasePaths>(new CasePaths(m_cmdLine.getOption<opt::CasePath>())); in parse()