Searched refs:children_ (Results 1 – 2 of 2) sorted by relevance
567 this->children_.push_back(child); in add_child()577 children_.for_each([&] (soinfo* child) { in remove_all_links()584 parent->children_.remove_if([&] (const soinfo* child) { in remove_all_links()601 children_.clear(); in remove_all_links()714 return children_; in get_children()722 return children_; in get_children()
397 soinfo_list_t children_; member