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

  /external/deqp/framework/common/
tcuCommandLine.hpp 112 de::MovePtr<const CasePaths> m_casePaths;
tcuCommandLine.cpp 887 if (m_casePaths)
888 return m_casePaths->matches(groupName, true);
897 if (m_casePaths)
898 return m_casePaths->matches(caseName, false);
952 m_casePaths = de::MovePtr<const CasePaths>(new CasePaths(cmdLine.getOption<opt::CasePath>()));

Completed in 205 milliseconds