Home
last modified time | relevance | path

Searched defs:start_vertex (Results 1 – 20 of 20) sorted by relevance

/third_party/boost/boost/graph/
Ddijkstra_shortest_paths_no_color_map.hpp28 void dijkstra_shortest_paths_no_color_map_no_init(const Graph& graph, in dijkstra_shortest_paths_no_color_map_no_init()
133 void dijkstra_shortest_paths_no_color_map(const Graph& graph, in dijkstra_shortest_paths_no_color_map()
170 inline void dijkstra_no_color_map_dispatch2(const Graph& graph, in dijkstra_no_color_map_dispatch2()
198 inline void dijkstra_no_color_map_dispatch1(const Graph& graph, in dijkstra_no_color_map_dispatch1()
220 inline void dijkstra_shortest_paths_no_color_map(const Graph& graph, in dijkstra_shortest_paths_no_color_map()
Dconnected_components.hpp43 template < class Vertex, class Graph > void start_vertex(Vertex, Graph&) in start_vertex() function in boost::detail::components_recorder
Drandom_spanning_tree.hpp125 vertex_descriptor start_vertex = arg_pack[_root_vertex | default_vertex]; in random_spanning_tree() local
Ddepth_first_search.hpp266 void depth_first_search(const VertexListGraph& g, DFSVisitor vis, in depth_first_search()
327 void start_vertex(Vertex u, const Graph& g) in start_vertex() function in boost::dfs_visitor
Dundirected_dfs.hpp166 EdgeColorMap edge_color, Vertex start_vertex) in undirected_dfs()
Dmaximum_adjacency_search.hpp82 template < class Vertex, class Graph > void start_vertex(Vertex u, Graph& g) in start_vertex() function in boost::mas_visitor
Dbiconnected_components.hpp65 void start_vertex(const Vertex& u, Graph& g) in start_vertex() function
Dmax_cardinality_matching.hpp656 template < class Vertex, class Graph > void start_vertex(Vertex, Graph&) in start_vertex() function in boost::detail::odd_components_counter
/third_party/boost/libs/graph/example/
Ddfs-parenthesis.cpp24 void start_vertex(Vertex v, const Graph&) in start_vertex() function
/third_party/boost/libs/graph_parallel/test/
Ddistributed_dfs_test.cpp51 void start_vertex(Vertex v, const Graph& g) in start_vertex() function
Ddistributed_csr_algorithm_test.cpp122 void start_vertex(Vertex v, const Graph& g) in start_vertex() function
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_vbuf.c453 int start_vertex, unsigned num_vertices, in u_vbuf_translate_buffers()
670 int start_vertex, unsigned num_vertices, in u_vbuf_translate_begin()
1049 int start_vertex, unsigned num_vertices, in get_upload_offset_size()
1088 int start_vertex, unsigned num_vertices, in u_vbuf_upload_buffers()
1387 int start_vertex; in u_vbuf_draw_vbo() local
/third_party/boost/boost/geometry/algorithms/detail/is_valid/
Dcomplement_graph.hpp134 inline bool has_cycles(vertex_handle start_vertex, in has_cycles()
/third_party/boost/libs/graph/test/
Dmas_test.cpp91 void start_vertex(vertex_descriptor u, const Graph& g) in start_vertex() function in mas_edge_connectivity_visitor
Ddfs.cpp45 template < class Vertex, class Graph > void start_vertex(Vertex u, Graph&) in start_vertex() function in dfs_test_visitor
Dundirected_dfs.cpp45 template < class Vertex, class Graph > void start_vertex(Vertex u, Graph&) in start_vertex() function in dfs_test_visitor
/third_party/boost/boost/graph/detail/
Dconnected_components.hpp42 void start_vertex(Vertex u, Graph& g) in start_vertex() function in boost::detail::components_recorder
Dself_avoiding_walk.hpp184 inline void start_vertex(Vertex v, Graph&) in start_vertex() function in boost::SAW_visitor
/third_party/mesa3d/src/mesa/main/
Dglthread_draw.c111 unsigned start_vertex, unsigned num_vertices, in upload_vertices()
823 unsigned start_vertex = min_index + basevertex; in draw_elements() local
/third_party/boost/boost/graph/planar_detail/
Dboyer_myrvold_impl.hpp55 void start_vertex(const Vertex& u, Graph&) in start_vertex() function