Home
last modified time | relevance | path

Searched defs:vertex_iterator (Results 1 – 25 of 902) sorted by relevance

12345678910>>...37

/dports/databases/mariadb104-server/mariadb-10.4.24/storage/oqgraph/
H A Doqgraph_shim.h78 struct vertex_iterator struct
80 typedef vertex_iterator self; argument
86 vertex_iterator() { } in vertex_iterator() argument
87 vertex_iterator(const cursor_ptr& pos) : _cursor(pos.operator->()) { } in vertex_iterator() argument
120 cursor_ptr _cursor;
121 open_query::judy_bitset _seen;
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/oqgraph/
H A Doqgraph_shim.h78 struct vertex_iterator struct
80 typedef vertex_iterator self; argument
86 vertex_iterator() { } in vertex_iterator() argument
87 vertex_iterator(const cursor_ptr& pos) : _cursor(pos.operator->()) { } in vertex_iterator() function
120 cursor_ptr _cursor;
121 open_query::judy_bitset _seen;
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/oqgraph/
H A Doqgraph_shim.h78 struct vertex_iterator struct
80 typedef vertex_iterator self; argument
86 vertex_iterator() { } in vertex_iterator() argument
87 vertex_iterator(const cursor_ptr& pos) : _cursor(pos.operator->()) { } in vertex_iterator() function
120 cursor_ptr _cursor;
121 open_query::judy_bitset _seen;
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/oqgraph/
H A Doqgraph_shim.h78 struct vertex_iterator struct
80 typedef vertex_iterator self; argument
86 vertex_iterator() { } in vertex_iterator() argument
87 vertex_iterator(const cursor_ptr& pos) : _cursor(pos.operator->()) { } in vertex_iterator() function
120 cursor_ptr _cursor;
121 open_query::judy_bitset _seen;
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/oqgraph/
H A Doqgraph_shim.h78 struct vertex_iterator struct
80 typedef vertex_iterator self; argument
86 vertex_iterator() { } in vertex_iterator() argument
87 vertex_iterator(const cursor_ptr& pos) : _cursor(pos.operator->()) { } in vertex_iterator() argument
120 cursor_ptr _cursor;
121 open_query::judy_bitset _seen;
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/oqgraph/
H A Doqgraph_shim.h78 struct vertex_iterator struct
80 typedef vertex_iterator self; argument
86 vertex_iterator() { } in vertex_iterator() argument
87 vertex_iterator(const cursor_ptr& pos) : _cursor(pos.operator->()) { } in vertex_iterator() argument
120 cursor_ptr _cursor;
121 open_query::judy_bitset _seen;
/dports/biology/abyss/abyss-2.3.1/Unittest/Graph/
H A DHashGraphTest.cpp18 typedef boost::graph_traits<Graph>::vertex_iterator vertex_iterator; typedef in __anonbd23ed260111::HashGraphTest
66 TEST_F(HashGraphTest, vertex_iterator) in TEST_F() argument
/dports/biology/abyss/abyss-2.3.1/Graph/
H A DGraphUtil.h18 typedef typename GTraits::vertex_iterator vertex_iterator; in num_vertices_removed() typedef
31 typedef typename graph_traits<Graph>::vertex_iterator vertex_iterator; in printHistogram() typedef
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bgrl/
H A Dbgrl_graph.h42 typedef std::set<bgrl_vertex_sptr>::iterator vertex_iterator; typedef
/dports/biology/lamarc/lamarc-2.1.8/boost/graph/
H A Dcircle_layout.hpp44 vertex_iterator; in circle_graph_layout() typedef
/dports/math/cgal/CGAL-5.3/examples/BGL_LCC/
H A Ddistance_lcc.cpp18 typedef boost::graph_traits<LCC>::vertex_iterator vertex_iterator; typedef
/dports/devel/boost-docs/boost_1_72_0/libs/graph/example/
H A Dtwo_graphs_common_spanning_trees.cpp44 vertex_iterator; typedef
/dports/devel/boost-python-libs/boost_1_72_0/libs/graph/example/
H A Dtwo_graphs_common_spanning_trees.cpp44 vertex_iterator; typedef
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/graph/example/
H A Dtwo_graphs_common_spanning_trees.cpp44 vertex_iterator; typedef
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/graph/example/
H A Dtwo_graphs_common_spanning_trees.cpp44 vertex_iterator; typedef
/dports/databases/percona57-server/boost_1_59_0/libs/graph/example/
H A Dtwo_graphs_common_spanning_trees.cpp44 vertex_iterator; typedef
/dports/databases/xtrabackup/boost_1_59_0/libs/graph/example/
H A Dtwo_graphs_common_spanning_trees.cpp44 vertex_iterator; typedef
/dports/math/cgal/CGAL-5.3/examples/BGL_polyhedron_3/
H A Ddistance.cpp14 typedef boost::graph_traits<Polyhedron>::vertex_iterator vertex_iterator; typedef
/dports/databases/percona57-client/boost_1_59_0/libs/graph/example/
H A Dtwo_graphs_common_spanning_trees.cpp44 vertex_iterator; typedef
/dports/devel/boost-libs/boost_1_72_0/libs/graph/example/
H A Dtwo_graphs_common_spanning_trees.cpp44 vertex_iterator; typedef
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bgrl2/
H A Dbgrl2_graph.h75 typedef typename std::list<V_sptr>::iterator vertex_iterator; typedef
/dports/devel/hyperscan/boost_1_75_0/libs/graph/example/
H A Dtwo_graphs_common_spanning_trees.cpp32 typedef boost::graph_traits< Graph >::vertex_iterator vertex_iterator; typedef
/dports/devel/boost-docs/boost_1_72_0/libs/graph/test/
H A Dbetweenness_centrality_test.cpp41 typedef typename graph_traits<Graph>::vertex_iterator vertex_iterator; in run_weighted_test() typedef
89 typedef typename graph_traits<Graph>::vertex_iterator vertex_iterator; in run_unweighted_test() typedef
179 typedef typename graph_traits<Graph>::vertex_iterator vertex_iterator; in run_wheel_test() typedef
268 typedef typename boost::graph_traits<Graph>::vertex_iterator vertex_iterator; in simple_unweighted_betweenness_centrality() typedef
H A Dlayout_test.cpp88 typedef typename graph_traits<Graph>::vertex_iterator vertex_iterator; in test_circle_layout() typedef
176 typedef typename graph_traits<Graph>::vertex_iterator vertex_iterator; in test_cube() typedef
245 typedef typename graph_traits<Graph>::vertex_iterator vertex_iterator; in test_triangular() typedef
317 typedef typename graph_traits<Graph>::vertex_iterator vertex_iterator; in test_disconnected() typedef
/dports/devel/boost-python-libs/boost_1_72_0/libs/graph/test/
H A Dlayout_test.cpp88 typedef typename graph_traits<Graph>::vertex_iterator vertex_iterator; in test_circle_layout() typedef
176 typedef typename graph_traits<Graph>::vertex_iterator vertex_iterator; in test_cube() typedef
245 typedef typename graph_traits<Graph>::vertex_iterator vertex_iterator; in test_triangular() typedef
317 typedef typename graph_traits<Graph>::vertex_iterator vertex_iterator; in test_disconnected() typedef

12345678910>>...37