Home
last modified time | relevance | path

Searched refs:AppendChild (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/tools/aapt2/xml/
DXmlDom.cpp70 stack->node_stack.top()->AppendChild(std::move(stack->last_text_node)); in FinishPendingText()
137 stack->node_stack.top()->AppendChild(std::move(el)); in StartElementHandler()
338 node_stack.top()->AppendChild(std::move(el)); in Inflate()
355 node_stack.top()->AppendChild(std::move(text)); in Inflate()
407 void Element::AppendChild(std::unique_ptr<Node> child) { in AppendChild() function in aapt::xml::Element
506 el->AppendChild(child->Clone(el_cloner)); in Clone()
DXmlDom.h97 void AppendChild(std::unique_ptr<Node> child);
/frameworks/base/tools/aapt2/format/proto/
DProtoSerialize_test.cpp206 element.AppendChild(std::move(text)); in TEST()
213 child->AppendChild(std::move(text)); in TEST()
215 element.AppendChild(std::move(child)); in TEST()
280 element.AppendChild(std::move(trim_text)); in TEST()
286 element.AppendChild(std::move(keep_text)); in TEST()
DProtoDeserialize.cpp998 out_el->AppendChild(std::move(text)); in DeserializeXmlFromPb()
1006 out_el->AppendChild(std::move(child_el)); in DeserializeXmlFromPb()
/frameworks/base/tools/aapt2/optimize/
DMultiApkGenerator.cpp342 manifest_el->AppendChild(std::move(new_screens_el)); in UpdateManifest()
390 parent->AppendChild(std::move(screen)); in AddScreens()
/frameworks/base/tools/aapt2/cmd/
DUtil.cpp241 manifest_el->AppendChild(std::move(application_el)); in GenerateSplitManifest()