Searched refs:m_casePaths (Results 1 – 2 of 2) sorted by relevance
887 if (m_casePaths) in checkTestGroupName()888 return m_casePaths->matches(groupName, true); in checkTestGroupName()897 if (m_casePaths) in checkTestCaseName()898 return m_casePaths->matches(caseName, false); in checkTestCaseName()952 m_casePaths = de::MovePtr<const CasePaths>(new CasePaths(cmdLine.getOption<opt::CasePath>())); in CaseListFilter()
112 de::MovePtr<const CasePaths> m_casePaths; member in tcu::CaseListFilter