Searched defs:CaseTreeNode (Results 1 - 1 of 1) sorted by relevance

/external/deqp/framework/common/
H A DtcuCommandLine.cpp236 class CaseTreeNode class in namespace:tcu
239 CaseTreeNode (const std::string& name) : m_name(name) {} function in class:tcu::CaseTreeNode
240 ~CaseTreeNode (void);
246 const CaseTreeNode* getChild (const std::string& name) const;
247 CaseTreeNode* getChild (const std::string& name);
249 void addChild (CaseTreeNode* child) { m_children.push_back(child); }
252 CaseTreeNode (const CaseTreeNode&);
253 CaseTreeNode& operator= (const CaseTreeNode
[all...]

Completed in 26 milliseconds