Searched refs:children_ (Results 1 – 2 of 2) sorted by relevance
575 this->children_.push_back(child); in add_child()585 children_.for_each([&] (soinfo* child) { in remove_all_links()592 parent->children_.remove_if([&] (const soinfo* child) { in remove_all_links()609 children_.clear(); in remove_all_links()722 return children_; in get_children()730 return children_; in get_children()
381 soinfo_list_t children_; member