OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:matchingnode
(Results
1 - 1
of
1
) sorted by null
/external/deqp/executor/
xeTestCase.cpp
209
const TestNode*
matchingNode
= DE_NULL;
214
matchingNode
= *iter;
219
if (
matchingNode
)
222
return
matchingNode
; // Last element in path, return matching node.
223
else if (
matchingNode
->getNodeType() == TESTNODETYPE_GROUP)
224
return static_cast<const TestGroup*>(
matchingNode
)->findChildNode(path + compLen + 1);
Completed in 235 milliseconds