Searched defs:AddChild (Results 1 – 4 of 4) sorted by relevance
51 bool DominatorTree::Node::AddChild(std::unique_ptr<Node> new_child) { in AddChild() function in aapt::DominatorTree::Node
196 T* AddChild(std::unique_ptr<T> node) { in AddChild() function in aapt::Node
55 TrieBuilderNode* AddChild(const std::string& name) { return &children_.emplace_back(name); } in AddChild() function
240 void AddChild(std::unique_ptr<Element>& child) { children_.push_back(std::move(child)); } in AddChild() function in aapt::ManifestExtractor::Element