OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:leaveGroupNode
(Results
1 - 2
of
2
) sorted by null
/external/deqp/framework/common/
tcuTestHierarchyIterator.hpp
53
virtual void
leaveGroupNode
(TestCaseGroup* testGroup) = 0;
70
virtual void
leaveGroupNode
(TestCaseGroup* testGroup);
104
* is asked to clean up any resources by calling
leaveGroupNode
() or
tcuTestHierarchyIterator.cpp
81
void DefaultHierarchyInflater::
leaveGroupNode
(TestCaseGroup* testGroup)
113
case NODETYPE_GROUP: m_inflater.
leaveGroupNode
(static_cast<TestCaseGroup*>(node)); break;
239
case NODETYPE_GROUP: m_inflater.
leaveGroupNode
(static_cast<TestCaseGroup*>(node)); break;
Completed in 2601 milliseconds