Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
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()
DDominatorTree.h71 bool AddChild(std::unique_ptr<Node> new_child);
DResourceParser.cpp184 T* AddChild(std::unique_ptr<T> node) { in AddChild() function in aapt::Node
260 last_segment = node_stack.back()->AddChild(std::move(segment_node)); in FlattenXmlSubtree()
288 node_stack.push_back(node_stack.back()->AddChild(std::move(span_node))); in FlattenXmlSubtree()
303 node_stack.back()->AddChild(util::make_unique<UntranslatableNode>())); in FlattenXmlSubtree()
307 node_stack.push_back(node_stack.back()->AddChild(util::make_unique<Node>())); in FlattenXmlSubtree()
314 node_stack.push_back(node_stack.back()->AddChild(util::make_unique<Node>())); in FlattenXmlSubtree()
/frameworks/native/services/vr/performanced/
Dcpu_set.h42 void AddChild(std::unique_ptr<CpuSet> child);
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
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Ddefault_value_objectwriter.cc487 current_->AddChild(node.release()); in StartObject()
529 current_->AddChild(node.release()); in StartList()
587 current_->AddChild(node.release()); in RenderDataPiece()
Ddefault_value_objectwriter.h151 void AddChild(Node* child) { children_.push_back(child); } in AddChild() function
/frameworks/base/tools/aapt2/dump/
DDumpManifest.cpp132 void AddChild(std::unique_ptr<Element>& child) { children_.push_back(std::move(child)); } in AddChild() function in aapt::ManifestExtractor::Element
1810 manifest->AddChild(permission_element); in Dump()
2306 element->AddChild(v); in Visit()