Searched refs:parents_ (Results 1 – 4 of 4) sorted by relevance
116 const std::vector<Node*>& parents() const { return parents_; } in parents()142 std::vector<Node*> parents_; member in openscreen::discovery::__anon102d81ef0111::DnsDataGraphImpl::Node226 auto it = std::find_if(parents_.begin(), parents_.end(), in ~Node()228 OSP_DCHECK(it == parents_.end()); in ~Node()321 child->parents_.push_back(this); in AddChild()331 it = std::find(child->parents_.begin(), child->parents_.end(), this); in RemoveChild()332 OSP_DCHECK(it != child->parents_.end()); in RemoveChild()333 child->parents_.erase(it); in RemoveChild()336 it = std::find_if(child->parents_.begin(), child->parents_.end(), in RemoveChild()338 if (it == child->parents_.end()) { in RemoveChild()
72 const std::vector<EventNode*>& GetParents() const { return parents_; } in GetParents()78 child->parents_.push_back(this); in AddChild()135 std::vector<EventNode*> parents_; variable
160 * parents_ - A list of :class:`ArgumentParser` objects whose arguments should584 Sometimes (e.g. when using parents_) it may be useful to simply override any
159 * parents_ - A list of :class:`ArgumentParser` objects whose arguments should528 Sometimes (e.g. when using parents_) it may be useful to simply override any