Home
last modified time | relevance | path

Searched refs:m_casePaths (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/common/
DtcuCommandLine.cpp767 m_casePaths = de::MovePtr<const CasePaths>(new CasePaths(m_cmdLine.getOption<opt::CasePath>())); in parse()
894 if (m_casePaths) in checkTestGroupName()
895 return m_casePaths->matches(groupName, true); in checkTestGroupName()
904 if (m_casePaths) in checkTestCaseName()
905 return m_casePaths->matches(caseName, false); in checkTestCaseName()
DtcuCommandLine.hpp208 de::MovePtr<const CasePaths> m_casePaths; member in tcu::CommandLine