Home
last modified time | relevance | path

Searched refs:AddChildNode (Results 1 – 3 of 3) sorted by relevance

/external/icing/icing/result/
Dprojection-tree.cc30 current_node = AddChildNode(sub_field_mask, &current_node->children); in ProjectionTree()
35 ProjectionTree::Node* ProjectionTree::AddChildNode( in AddChildNode() function in icing::lib::ProjectionTree
Dprojection-tree.h45 Node* AddChildNode(std::string_view property_name,
/external/pdfium/core/fpdfdoc/
Dcpdf_interactiveform.cpp405 void AddChildNode(std::unique_ptr<Node> pNode) { in AddChildNode() function in CFieldTree::Node
491 pParent->AddChildNode(std::move(pNew)); in AddChild()