Home
last modified time | relevance | path

Searched refs:is_descendant (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/graph/test/
Ddfs.cpp177 && boost::is_descendant(u, v, parent_pm)) in go()
180 && boost::is_descendant(v, u, parent_pm))); in go()
Dundirected_dfs.cpp189 && boost::is_descendant(u, v, parent_pm)) in go()
192 && boost::is_descendant(v, u, parent_pm))); in go()
/third_party/boost/boost/graph/
Dgraph_utility.hpp316 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()