Searched refs:FindChildHelper (Results 1 – 2 of 2) sorted by relevance
50 return FindChildHelper(name_path, recursive, nullptr); in FindFirstChild()56 FindChildHelper(name_path, recursive, &children); in FindChildren()60 const XmlNode* XmlNode::FindChildHelper( in FindChildHelper() function in weave::XmlNode73 found_node = child->FindChildHelper(rest_of_path, false, children); in FindChildHelper()76 found_node = child->FindChildHelper(name_path, true, children); in FindChildHelper()
107 const XmlNode* FindChildHelper(const std::string& name_path,