Searched refs:parents_ (Results 1 – 2 of 2) sorted by relevance
566 child->parents_.push_back(this); in add_child()578 child->parents_.remove_if([&] (const soinfo* parent) { in remove_all_links()583 parents_.for_each([&] (soinfo* parent) { in remove_all_links()600 parents_.clear(); in remove_all_links()730 return parents_; in get_parents()
398 soinfo_list_t parents_; member