Searched defs:AddChild (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tools/aapt2/
H A DDominatorTree.cpp47 return AddChild(std::move(new_child));
50 bool DominatorTree::Node::AddChild(std::unique_ptr<Node> new_child) { function in class:aapt::DominatorTree::Node
73 child->AddChild(std::move(new_child));
H A DResourceParser.cpp186 T* AddChild(std::unique_ptr<T> node) { function in class:aapt::Node
261 last_segment = node_stack.back()->AddChild(std::move(segment_node));
289 node_stack.push_back(node_stack.back()->AddChild(std::move(span_node)));
304 node_stack.back()->AddChild(util::make_unique<UntranslatableNode>()));
308 node_stack.push_back(node_stack.back()->AddChild(util::make_unique<Node>()));
315 node_stack.push_back(node_stack.back()->AddChild(util::make_unique<Node>()));
/frameworks/native/services/vr/performanced/
H A Dcpu_set.cpp77 group->AddChild(std::move(child));
289 void CpuSet::AddChild(std::unique_ptr<CpuSet> child) { function in class:android::dvr::CpuSet

Completed in 151 milliseconds