Searched refs:remove_in_edge_if (Results 1 – 8 of 8) sorted by relevance
/third_party/boost/libs/graph_parallel/test/ |
D | distributed_adjacency_list_test.cpp | 124 remove_in_edge_if(*vertices(g1).first, never<Graph1>(), g1); in test_main() 272 remove_in_edge_if(*vertices(g3).first, never<Graph3>(), g3); in test_main()
|
/third_party/boost/libs/graph/example/ |
D | modify_graph.cpp | 175 remove_in_edge_if(v, name_equals("bar", name_map), g); in modify_demo()
|
/third_party/boost/boost/graph/ |
D | directed_graph.hpp | 567 inline void remove_in_edge_if(typename DIRECTED_GRAPH::vertex_descriptor v, in remove_in_edge_if() function 570 return remove_in_edge_if(v, pred, g.impl()); in remove_in_edge_if()
|
D | undirected_graph.hpp | 591 inline void remove_in_edge_if(typename UNDIRECTED_GRAPH::vertex_descriptor v, in remove_in_edge_if() function 594 return remove_in_edge_if(v, pred, g.impl()); in remove_in_edge_if()
|
D | graph_concepts.hpp | 330 remove_in_edge_if(u, p, g); in BOOST_CONCEPT_USAGE()
|
/third_party/boost/boost/graph/distributed/ |
D | adjacency_list.hpp | 3182 remove_in_edge_if in remove_in_edge_if() function 3199 remove_in_edge_if in remove_in_edge_if() function 3385 remove_in_edge_if(u, parallel::detail::always_true(), g); in clear_in_edges()
|
/third_party/boost/boost/graph/detail/ |
D | adjacency_list.hpp | 987 void remove_in_edge_if(typename Config::vertex_descriptor u, Predicate pred, in remove_in_edge_if() function 1357 inline void remove_in_edge_if(typename Config::vertex_descriptor v, in remove_in_edge_if() function
|
/third_party/boost/libs/graph_parallel/doc/ |
D | distributed_adjacency_list.rst | 756 void remove_in_edge_if(vertex_descriptor v, Predicate predicate,
|