Lines Matching refs:m_caseTree
642 , m_caseTree (DE_NULL) in CommandLine()
655 , m_caseTree (DE_NULL) in CommandLine()
669 , m_caseTree (DE_NULL) in CommandLine()
677 delete m_caseTree; in ~CommandLine()
685 delete m_caseTree; in clear()
686 m_caseTree = DE_NULL; in clear()
751 m_caseTree = parseCaseList(str); in parse()
760 m_caseTree = parseCaseList(in); in parse()
764 m_caseTree = parseCaseList(std::cin); in parse()
896 else if (m_caseTree) in checkTestGroupName()
897 return groupName[0] == 0 || tcu::checkTestGroupName(m_caseTree, groupName); in checkTestGroupName()
906 else if (m_caseTree) in checkTestCaseName()
907 return tcu::checkTestCaseName(m_caseTree, caseName); in checkTestCaseName()