Searched refs:other_child (Results 1 – 1 of 1) sorted by relevance
221 Node* other_child = new Node; in AddOtherChildrenToNode() local222 other_child->label = in AddOtherChildrenToNode()224 other_child->weight = node->weight - top_level_children_weight; in AddOtherChildrenToNode()225 node->children.push_back(other_child); in AddOtherChildrenToNode()