Searched refs:enterGroupNode (Results 1 – 2 of 2) sorted by relevance
52 virtual void enterGroupNode (TestCaseGroup* testGroup, std::vector<TestNode*>& children) = 0;69 virtual void enterGroupNode (TestCaseGroup* testGroup, std::vector<TestNode*>& children);
75 void DefaultHierarchyInflater::enterGroupNode (TestCaseGroup* testGroup, vector<TestNode*>& childre… in enterGroupNode() function in tcu::DefaultHierarchyInflater202 …case NODETYPE_GROUP: m_inflater.enterGroupNode(static_cast<TestCaseGroup*>(node), iter.children); … in next()