Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DDominatorTree.cpp42 bool DominatorTree::Node::TryAddChild(std::unique_ptr<Node> new_child) { in TryAddChild()
51 bool DominatorTree::Node::AddChild(std::unique_ptr<Node> new_child) { in AddChild()