OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:findChildNode
(Results
1 - 2
of
2
) sorted by null
/external/deqp/executor/
xeTestCase.hpp
97
TestNode*
findChildNode
(const char* path);
98
const TestNode*
findChildNode
(const char* path) const;
xeTestCase.cpp
151
return static_cast<const TestGroup*>(this)->
findChildNode
(path);
164
return static_cast<const TestGroup*>(this)->
findChildNode
(path + compLen + 1);
203
const TestNode* TestGroup::
findChildNode
(const char* path) const
224
return static_cast<const TestGroup*>(matchingNode)->
findChildNode
(path + compLen + 1);
Completed in 46 milliseconds