Searched refs:is_descendant (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/libs/graph/test/ |
D | dfs.cpp | 177 && boost::is_descendant(u, v, parent_pm)) in go() 180 && boost::is_descendant(v, u, parent_pm))); in go()
|
D | undirected_dfs.cpp | 189 && boost::is_descendant(u, v, parent_pm)) in go() 192 && boost::is_descendant(v, u, parent_pm))); in go()
|
/third_party/boost/boost/graph/ |
D | graph_utility.hpp | 316 inline bool is_descendant(typename property_traits< ParentMap >::value_type x, in is_descendant() function 324 return is_descendant(get(parent, x), y, parent); in is_descendant()
|