HomeSort by relevance Sort by last modified time
    Searched refs:CasePaths (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/common/
tcuCommandLine.hpp 88 class CasePaths;
192 de::MovePtr<const CasePaths> m_casePaths;
tcuCommandLine.cpp 516 class CasePaths
519 CasePaths (const string& pathList);
526 CasePaths::CasePaths (const string& pathList)
602 bool CasePaths::matches (const string& caseName, bool allowPrefix) const
738 m_casePaths = de::MovePtr<const CasePaths>(new CasePaths(m_cmdLine.getOption<opt::CasePath>()));

Completed in 148 milliseconds