Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/aapt2/
H A DDominatorTree.cpp48 return AddChild(std::move(new_child)); in TryAddChild()
51 bool DominatorTree::Node::AddChild(std::unique_ptr<Node> new_child) { in AddChild() function in aapt::DominatorTree::Node
74 child->AddChild(std::move(new_child)); in AddChild()
H A DDominatorTree.h71 bool AddChild(std::unique_ptr<Node> new_child);
H A DResourceParser.cpp200 T* AddChild(std::unique_ptr<T> node) { in AddChild() function in aapt::Node
276 last_segment = node_stack.back()->AddChild(std::move(segment_node)); in FlattenXmlSubtree()
304 node_stack.push_back(node_stack.back()->AddChild(std::move(span_node))); in FlattenXmlSubtree()
319 node_stack.back()->AddChild(util::make_unique<UntranslatableNode>())); in FlattenXmlSubtree()
323 node_stack.push_back(node_stack.back()->AddChild(util::make_unique<Node>())); in FlattenXmlSubtree()
330 node_stack.push_back(node_stack.back()->AddChild(util::make_unique<Node>())); in FlattenXmlSubtree()
/aosp12/system/core/property_service/libpropertyinfoserializer/
H A Dtrie_builder.cpp57 child = current_node->AddChild(name_pieces.front()); in AddToTrie()
81 child = current_node->AddChild(name_pieces.front()); in AddToTrie()
H A Dtrie_builder.h55 TrieBuilderNode* AddChild(const std::string& name) { return &children_.emplace_back(name); } in AddChild() function
/aosp12/frameworks/native/services/vr/performanced/
H A Dcpu_set.cpp77 group->AddChild(std::move(child)); in Create()
285 void CpuSet::AddChild(std::unique_ptr<CpuSet> child) { in AddChild() function in android::dvr::CpuSet
H A Dcpu_set.h42 void AddChild(std::unique_ptr<CpuSet> child);
/aosp12/frameworks/base/tools/aapt2/dump/
H A DDumpManifest.cpp135 void AddChild(std::unique_ptr<Element>& child) { children_.push_back(std::move(child)); } in AddChild() function in aapt::ManifestExtractor::Element
1940 manifest->AddChild(permission_element); in Dump()
2460 element->AddChild(v); in Visit()