Home
last modified time | relevance | path

Searched refs:parents_ (Results 1 – 4 of 4) sorted by relevance

/external/openscreen/discovery/dnssd/impl/
Ddns_data_graph.cc116 const std::vector<Node*>& parents() const { return parents_; } in parents()
142 std::vector<Node*> parents_; member in openscreen::discovery::__anon102d81ef0111::DnsDataGraphImpl::Node
226 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()
/external/tensorflow/tensorflow/core/profiler/utils/
Dgroup_events.h72 const std::vector<EventNode*>& GetParents() const { return parents_; } in GetParents()
78 child->parents_.push_back(this); in AddChild()
135 std::vector<EventNode*> parents_; variable
/external/python/cpython3/Doc/library/
Dargparse.rst160 * parents_ - A list of :class:`ArgumentParser` objects whose arguments should
584 Sometimes (e.g. when using parents_) it may be useful to simply override any
/external/python/cpython2/Doc/library/
Dargparse.rst159 * parents_ - A list of :class:`ArgumentParser` objects whose arguments should
528 Sometimes (e.g. when using parents_) it may be useful to simply override any