Searched refs:AddChildNode (Results 1 – 3 of 3) sorted by relevance
30 current_node = AddChildNode(sub_field_mask, ¤t_node->children); in ProjectionTree()35 ProjectionTree::Node* ProjectionTree::AddChildNode( in AddChildNode() function in icing::lib::ProjectionTree
45 Node* AddChildNode(std::string_view property_name,
405 void AddChildNode(std::unique_ptr<Node> pNode) { in AddChildNode() function in CFieldTree::Node491 pParent->AddChildNode(std::move(pNew)); in AddChild()