Searched refs:parents_ (Results 1 – 2 of 2) sorted by relevance
574 child->parents_.push_back(this); in add_child()586 child->parents_.remove_if([&] (const soinfo* parent) { in remove_all_links()591 parents_.for_each([&] (soinfo* parent) { in remove_all_links()608 parents_.clear(); in remove_all_links()738 return parents_; in get_parents()
382 soinfo_list_t parents_; member