Searched refs:current_children (Results 1 – 2 of 2) sorted by relevance
36 std::string_view property_name, std::vector<Node>* current_children) { in AddChildNode() argument37 auto itr = std::find_if(current_children->begin(), current_children->end(), in AddChildNode()41 if (itr != current_children->end()) { in AddChildNode()44 current_children->push_back(ProjectionTree::Node(property_name)); in AddChildNode()45 return ¤t_children->back(); in AddChildNode()
46 std::vector<Node>* current_children);