Searched refs:AddChild (Results 1 – 5 of 5) sorted by relevance
47 return AddChild(std::move(new_child)); in TryAddChild()50 bool DominatorTree::Node::AddChild(std::unique_ptr<Node> new_child) { in AddChild() function in aapt::DominatorTree::Node73 child->AddChild(std::move(new_child)); in AddChild()
71 bool AddChild(std::unique_ptr<Node> new_child);
186 T* AddChild(std::unique_ptr<T> node) { in AddChild() function in aapt::Node261 last_segment = node_stack.back()->AddChild(std::move(segment_node)); in FlattenXmlSubtree()289 node_stack.push_back(node_stack.back()->AddChild(std::move(span_node))); in FlattenXmlSubtree()304 node_stack.back()->AddChild(util::make_unique<UntranslatableNode>())); in FlattenXmlSubtree()308 node_stack.push_back(node_stack.back()->AddChild(util::make_unique<Node>())); in FlattenXmlSubtree()315 node_stack.push_back(node_stack.back()->AddChild(util::make_unique<Node>())); in FlattenXmlSubtree()
41 void AddChild(std::unique_ptr<CpuSet> child);
77 group->AddChild(std::move(child)); in Create()289 void CpuSet::AddChild(std::unique_ptr<CpuSet> child) { in AddChild() function in android::dvr::CpuSet