Searched refs:IsDescendentOf (Results 1 – 3 of 3) sorted by relevance
125 bool IsDescendentOf(const Node& possible_parent) const;
149 bool Node::IsDescendentOf(const Node& possible_parent) const { in IsDescendentOf() function in perfetto::trace_processor::Node
537 if (owns_edge && owns_edge->target()->IsDescendentOf(*root)) in AggregateSizeForDescendantNode()