Home
last modified time | relevance | path

Searched refs:FindChildren (Results 1 – 8 of 8) sorted by relevance

/external/libweave/src/notification/
Dxml_node_unittest.cc159 auto children = node_->FindChildren("node3", false); in TEST_F()
164 children = node_->FindChildren("node3", true); in TEST_F()
178 auto children = node_->FindChildren("node2/node3", false); in TEST_F()
183 children = node_->FindChildren("node2/node3", true); in TEST_F()
190 children = node_->FindChildren("node1/node2/node3", false); in TEST_F()
195 children = node_->FindChildren("node1/node2/node3", true); in TEST_F()
200 children = node_->FindChildren("foo/bar", false); in TEST_F()
203 children = node_->FindChildren("node2/baz", false); in TEST_F()
Dxml_node.h76 std::vector<const XmlNode*> FindChildren(const std::string& name_path,
Dxml_node.cc53 std::vector<const XmlNode*> XmlNode::FindChildren(const std::string& name_path, in FindChildren() function in weave::XmlNode
Dxmpp_channel.cc163 auto children = stanza->FindChildren("mechanisms/mechanism", false); in HandleStanza()
/external/chromium-trace/catapult/catapult_base/catapult_base/refactor/
Dmodule.py27 def FindChildren(self, snippet_type): member in Module
28 return self._snippet.FindChildren(snippet_type)
Dsnippet.py79 def FindChildren(self, snippet_type): member in Snippet
/external/chromium-trace/catapult/catapult_base/catapult_base/refactor/annotated_symbol/
Dclass_definition.py44 def FindChildren(self, snippet_type): member in Class
45 return self.suite.FindChildren(snippet_type)
Dfunction_definition.py44 def FindChildren(self, snippet_type): member in Function
45 return self.suite.FindChildren(snippet_type)