Searched refs:matchingNode (Results 1 – 1 of 1) sorted by relevance
209 const TestNode* matchingNode = DE_NULL; in findChildNode() local214 matchingNode = *iter; in findChildNode()219 if (matchingNode) in findChildNode()222 return matchingNode; // Last element in path, return matching node. in findChildNode()223 else if (matchingNode->getNodeType() == TESTNODETYPE_GROUP) in findChildNode()224 return static_cast<const TestGroup*>(matchingNode)->findChildNode(path + compLen + 1); in findChildNode()