Searched refs:AddChildNode (Results 1 – 1 of 1) sorted by relevance
384 void AddChildNode(std::unique_ptr<Node> pNode) { in AddChildNode() function in CFieldTree::Node472 pParent->AddChildNode(std::move(pNew)); in AddChild()