Home
last modified time | relevance | path

Searched refs:has_source (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/graph/test/
Dtest_direction.hpp93 BOOST_ASSERT(has_source(g, *ins[2].first, verts[3])); in test_indirected_graph()
94 BOOST_ASSERT(has_source(g, *ins[3].first, verts[5])); in test_indirected_graph()
95 BOOST_ASSERT(has_source(g, *ins[4].first, verts[3])); in test_indirected_graph()
Dtest_graph.hpp56 bool has_source(Graph const& g, Edge e, Vertex v) in has_source() function