OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_casePaths
(Results
1 - 2
of
2
) sorted by null
/external/deqp/framework/common/
tcuCommandLine.hpp
192
de::MovePtr<const CasePaths>
m_casePaths
;
tcuCommandLine.cpp
541
m_casePaths
= de::MovePtr<const CasePaths>(new CasePaths(m_cmdLine.getOption<opt::CasePath>()));
672
if (
m_casePaths
)
673
return
m_casePaths
->matches(groupName, true);
682
if (
m_casePaths
)
683
return
m_casePaths
->matches(caseName, false);
Completed in 716 milliseconds