Searched refs:children_ (Results 1 – 2 of 2) sorted by relevance
455 this->children_.push_back(child); in add_child()465 children_.for_each([&] (soinfo* child) { in remove_all_links()472 parent->children_.remove_if([&] (const soinfo* child) { in remove_all_links()489 children_.clear(); in remove_all_links()592 return children_; in get_children()600 return children_; in get_children()
333 soinfo_list_t children_; member