Searched defs:AddChild (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/tools/aapt2/ | ||
D | DominatorTree.cpp | 51 bool DominatorTree::Node::AddChild(std::unique_ptr<Node> new_child) { in AddChild() function in aapt::DominatorTree::Node |
D | ResourceParser.cpp | 184 T* AddChild(std::unique_ptr<T> node) { in AddChild() function in aapt::Node |
/frameworks/native/services/vr/performanced/ | ||
D | cpu_set.cpp | 285 void CpuSet::AddChild(std::unique_ptr<CpuSet> child) { in AddChild() function in android::dvr::CpuSet |
/frameworks/base/tools/aapt2/dump/ | ||
D | DumpManifest.cpp | 132 void AddChild(std::unique_ptr<Element>& child) { children_.push_back(std::move(child)); } in AddChild() function in aapt::ManifestExtractor::Element |