Home
last modified time | relevance | path

Searched refs:ds_type (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/graph/test/
Ddisjoint_set_test.cpp64 ds_type; in main() typedef
65 test_disjoint_set< ds_type >::do_test(); in main()
70 ds_type; in main() typedef
71 test_disjoint_set< ds_type >::do_test(); in main()
/third_party/boost/libs/disjoint_sets/test/
Ddisjoint_set_test.cpp66 find_with_path_halving> ds_type; in test_main() typedef
67 test_disjoint_set<ds_type>::do_test(); in test_main()
72 find_with_full_path_compression> ds_type; in test_main() typedef
73 test_disjoint_set<ds_type>::do_test(); in test_main()
/third_party/boost/boost/geometry/strategies/concepts/
Dsimplify_concept.hpp43 typedef typename Strategy::distance_strategy_type ds_type; typedef
66 (concepts::PointSegmentDistanceStrategy<ds_type, Point, Point>) in apply()
87 checker::apply(&ds_type::template apply<Point, Point>); in BOOST_CONCEPT_USAGE()
/third_party/boost/boost/graph/
Dking_ordering.hpp215 typedef typename property_traits< DegreeMap >::value_type ds_type; in king_ordering() typedef
219 typedef iterator_property_map< typename std::vector< ds_type >::iterator, in king_ordering()
220 VertexIndexMap, ds_type, ds_type& > in king_ordering()
222 typedef indirect_cmp< PseudoDegreeMap, std::less< ds_type > > Compare; in king_ordering()
229 std::vector< ds_type > pseudo_degree_vec(num_vertices(g)); in king_ordering()
Dcuthill_mckee_ordering.hpp48 typedef typename property_traits< DegreeMap >::value_type ds_type; in finish_vertex() typedef
50 typedef indirect_cmp< DegreeMap, std::less< ds_type > > Compare; in finish_vertex()