Searched refs:FindChildren (Results 1 – 8 of 8) sorted by relevance
/external/libweave/src/notification/ |
D | xml_node_unittest.cc | 159 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()
|
D | xml_node.h | 76 std::vector<const XmlNode*> FindChildren(const std::string& name_path,
|
D | xml_node.cc | 53 std::vector<const XmlNode*> XmlNode::FindChildren(const std::string& name_path, in FindChildren() function in weave::XmlNode
|
D | xmpp_channel.cc | 163 auto children = stanza->FindChildren("mechanisms/mechanism", false); in HandleStanza()
|
/external/chromium-trace/catapult/catapult_base/catapult_base/refactor/ |
D | module.py | 27 def FindChildren(self, snippet_type): member in Module 28 return self._snippet.FindChildren(snippet_type)
|
D | snippet.py | 79 def FindChildren(self, snippet_type): member in Snippet
|
/external/chromium-trace/catapult/catapult_base/catapult_base/refactor/annotated_symbol/ |
D | class_definition.py | 44 def FindChildren(self, snippet_type): member in Class 45 return self.suite.FindChildren(snippet_type)
|
D | function_definition.py | 44 def FindChildren(self, snippet_type): member in Function 45 return self.suite.FindChildren(snippet_type)
|