Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuCommandLine.hpp90 class CasePaths;
208 de::MovePtr<const CasePaths> m_casePaths;
DtcuCommandLine.cpp528 class CasePaths class
531 CasePaths (const string& pathList);
538 CasePaths::CasePaths (const string& pathList) in CasePaths() function in tcu::CasePaths
614 bool CasePaths::matches (const string& caseName, bool allowPrefix) const in matches()
767 m_casePaths = de::MovePtr<const CasePaths>(new CasePaths(m_cmdLine.getOption<opt::CasePath>())); in parse()