Home
last modified time | relevance | path

Searched defs:AddChild (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/tools/aapt2/
H A DDominatorTree.cpp51 bool DominatorTree::Node::AddChild(std::unique_ptr<Node> new_child) { in AddChild() function in aapt::DominatorTree::Node
H A DResourceParser.cpp196 T* AddChild(std::unique_ptr<T> node) { in AddChild() function in aapt::Node
/aosp14/system/core/property_service/libpropertyinfoserializer/
H A Dtrie_builder.h55 TrieBuilderNode* AddChild(const std::string& name) { return &children_.emplace_back(name); } in AddChild() function
/aosp14/frameworks/base/tools/aapt2/dump/
H A DDumpManifest.cpp240 void AddChild(std::unique_ptr<Element>& child) { children_.push_back(std::move(child)); } in AddChild() function in aapt::ManifestExtractor::Element