Searched refs:AppendChild (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tools/aapt2/xml/
H A DXmlDom.cpp69 stack->node_stack.top()->AppendChild(std::move(stack->last_text_node));
84 stack->node_stack.top()->AppendChild(std::move(node));
348 node_stack.top()->AppendChild(std::move(new_node));
368 ns->AppendChild(child->Clone(el_cloner));
394 void Node::AppendChild(std::unique_ptr<Node> child) { function in class:aapt::xml::Node
486 el->AppendChild(child->Clone(el_cloner));
H A DXmlDom.h53 void AppendChild(std::unique_ptr<Node> child);
/frameworks/base/tools/aapt2/cmd/
H A DUtil.cpp188 manifest_el->AppendChild(std::move(application_el));
189 namespace_android->AppendChild(std::move(manifest_el));

Completed in 316 milliseconds