Home
last modified time | relevance | path

Searched defs:new_child (Results 1 – 2 of 2) 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()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/
Dstubout.py109 def Set(self, parent, child_name, new_child): argument