Searched refs:AddChild (Results 1 – 6 of 6) sorted by relevance
48 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::Node74 child->AddChild(std::move(new_child)); in AddChild()
71 bool AddChild(std::unique_ptr<Node> new_child);
199 T* AddChild(std::unique_ptr<T> node) { in AddChild() function in aapt::Node275 last_segment = node_stack.back()->AddChild(std::move(segment_node)); in FlattenXmlSubtree()303 node_stack.push_back(node_stack.back()->AddChild(std::move(span_node))); in FlattenXmlSubtree()318 node_stack.back()->AddChild(util::make_unique<UntranslatableNode>())); in FlattenXmlSubtree()322 node_stack.push_back(node_stack.back()->AddChild(util::make_unique<Node>())); in FlattenXmlSubtree()329 node_stack.push_back(node_stack.back()->AddChild(util::make_unique<Node>())); in FlattenXmlSubtree()
42 void AddChild(std::unique_ptr<CpuSet> child);
77 group->AddChild(std::move(child)); in Create()285 void CpuSet::AddChild(std::unique_ptr<CpuSet> child) { in AddChild() function in android::dvr::CpuSet
134 void AddChild(std::unique_ptr<Element>& child) { children_.push_back(std::move(child)); } in AddChild() function in aapt::ManifestExtractor::Element1999 manifest->AddChild(permission_element); in Dump()2523 element->AddChild(v); in Visit()