Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/aapt2/xml/
H A 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()
408 void Element::AppendChild(std::unique_ptr<Node> child) { in AppendChild() function in aapt::xml::Element
507 el->AppendChild(child->Clone(el_cloner)); in Clone()
H A DXmlDom.h97 void AppendChild(std::unique_ptr<Node> child);
/aosp12/frameworks/base/tools/aapt2/optimize/
H A DMultiApkGenerator.cpp346 manifest_el->AppendChild(std::move(new_screens_el)); in UpdateManifest()
394 parent->AppendChild(std::move(screen)); in AddScreens()
/aosp12/frameworks/base/tools/aapt2/format/proto/
H A DProtoSerialize_test.cpp281 element.AppendChild(std::move(text)); in TEST()
288 child->AppendChild(std::move(text)); in TEST()
290 element.AppendChild(std::move(child)); in TEST()
355 element.AppendChild(std::move(trim_text)); in TEST()
361 element.AppendChild(std::move(keep_text)); in TEST()
H A DProtoDeserialize.cpp1058 out_el->AppendChild(std::move(text)); in DeserializeXmlFromPb()
1066 out_el->AppendChild(std::move(child_el)); in DeserializeXmlFromPb()
/aosp12/frameworks/base/tools/aapt2/cmd/
H A DUtil.cpp241 manifest_el->AppendChild(std::move(application_el)); in GenerateSplitManifest()