Home
last modified time | relevance | path

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

/aosp12/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.cpp200 T* AddChild(std::unique_ptr<T> node) { in AddChild() function in aapt::Node
/aosp12/system/core/property_service/libpropertyinfoserializer/
H A Dtrie_builder.h55 TrieBuilderNode* AddChild(const std::string& name) { return &children_.emplace_back(name); } in AddChild() function
/aosp12/frameworks/native/services/vr/performanced/
H A Dcpu_set.cpp285 void CpuSet::AddChild(std::unique_ptr<CpuSet> child) { in AddChild() function in android::dvr::CpuSet
/aosp12/frameworks/base/tools/aapt2/dump/
H A DDumpManifest.cpp135 void AddChild(std::unique_ptr<Element>& child) { children_.push_back(std::move(child)); } in AddChild() function in aapt::ManifestExtractor::Element