OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:enterGroupNode
(Results
1 - 2
of
2
) sorted by null
/external/deqp/framework/common/
tcuTestHierarchyIterator.hpp
52
virtual void
enterGroupNode
(TestCaseGroup* testGroup, std::vector<TestNode*>& children) = 0;
69
virtual void
enterGroupNode
(TestCaseGroup* testGroup, std::vector<TestNode*>& children);
tcuTestHierarchyIterator.cpp
75
void DefaultHierarchyInflater::
enterGroupNode
(TestCaseGroup* testGroup, vector<TestNode*>& children)
202
case NODETYPE_GROUP: m_inflater.
enterGroupNode
(static_cast<TestCaseGroup*>(node), iter.children); break;
Completed in 192 milliseconds