Home
last modified time | relevance | path

Searched refs:identity_property_map (Results 1 – 25 of 31) sorted by relevance

12

/third_party/boost/libs/graph/test/
Dcsr_graph_test.cpp209 assert_graphs_equal(g, boost::identity_property_map(), g2, in graph_test()
210 boost::identity_property_map(), boost::identity_property_map()); in graph_test()
222 assert_graphs_equal(g2, boost::identity_property_map(), g3, in graph_test()
223 boost::identity_property_map(), boost::identity_property_map()); in graph_test()
240 assert_graphs_equal(g2, boost::identity_property_map(), g3a, in graph_test()
241 boost::identity_property_map(), boost::identity_property_map()); in graph_test()
257 assert_graphs_equal(g2, boost::identity_property_map(), g3a, in graph_test()
258 boost::identity_property_map(), boost::identity_property_map()); in graph_test()
288 assert_graphs_equal(g2, boost::identity_property_map(), g3a, in graph_test()
289 boost::identity_property_map(), boost::identity_property_map()); in graph_test()
[all …]
Ddisjoint_set_test.cpp62 typedef disjoint_sets_with_storage< identity_property_map, in main()
63 identity_property_map, find_with_path_halving > in main()
68 typedef disjoint_sets_with_storage< identity_property_map, in main()
69 identity_property_map, find_with_full_path_compression > in main()
/third_party/boost/libs/disjoint_sets/test/
Ddisjoint_set_test.cpp65 disjoint_sets_with_storage<identity_property_map, identity_property_map, in test_main()
71 disjoint_sets_with_storage<identity_property_map, identity_property_map, in test_main()
/third_party/boost/boost/graph/
Dproperties.hpp170 typedef identity_property_map type;
171 typedef identity_property_map const_type;
178 typedef identity_property_map type;
179 typedef identity_property_map const_type;
313 inline iterator_property_map< RandomAccessIterator, identity_property_map,
318 return make_iterator_property_map(iter, identity_property_map()); in make_iterator_vertex_map()
335 identity_property_map, typename RandomAccessContainer::value_type,
Dvector_as_graph.hpp316 typedef identity_property_map type;
321 identity_property_map get( in get()
324 return identity_property_map(); in get()
328 identity_property_map get(vertex_index_t, std::vector< EdgeList, Allocator >&) in get()
330 return identity_property_map(); in get()
Done_bit_color_map.hpp42 template < typename IndexMap = identity_property_map > struct one_bit_color_map
Dtwo_bit_color_map.hpp44 template < typename IndexMap = identity_property_map > struct two_bit_color_map
Dsequential_vertex_coloring.hpp120 make_iterator_property_map(order.begin(), identity_property_map(), in sequential_vertex_coloring()
Dincremental_components.hpp144 build_index_lists(parent_start, boost::identity_property_map()); in component_index()
/third_party/boost/libs/graph_parallel/test/
Ddistributed_property_map_test.cpp108 identity_property_map> LocalPropertyMap; in colored_test()
109 LocalPropertyMap local_colors(color_vec.begin(), identity_property_map()); in colored_test()
193 identity_property_map> LocalPropertyMap; in bool_test()
194 LocalPropertyMap local_values(bool_vec.begin(), identity_property_map()); in bool_test()
278 identity_property_map> LocalPropertyMap; in string_test()
279 LocalPropertyMap local_strings(string_vec.begin(), identity_property_map()); in string_test()
/third_party/boost/boost/mpi/
Dgraph_communicator.hpp485 inline identity_property_map get(vertex_index_t, const graph_communicator&) in get()
487 return identity_property_map(); in get()
566 typedef identity_property_map type;
567 typedef identity_property_map const_type;
/third_party/boost/boost/graph/planar_detail/
Dbucket_sort.hpp32 typename PropertyMapWrapper = identity_property_map >
113 bucket_sort(begin, end, identity_property_map()); in bucket_sort()
/third_party/boost/libs/graph/example/
Diterator-property-map-eg.cpp15 iterator_property_map< double*, identity_property_map, double, double& > in main()
Dtopo-sort2.cpp36 vertex_index_map(identity_property_map())); in main()
Dtopo-sort1.cpp36 vertex_index_map(identity_property_map())); in main()
Dput-get-helper-eg.cpp55 boost::identity_property_map > in main()
Dcomponents_on_edgelist.cpp66 print_edges(g, identity_property_map()); in main()
Dbucket_sorter.cpp32 typedef boost::identity_property_map ID; in main()
Dread_write_dimacs-eg.cpp128 g, capacity, identity_property_map(), s, t, std::cout); in main()
Dimplicit_graph.cpp440 boost::identity_property_map get(boost::vertex_index_t, const ring_graph&) in get()
444 return boost::identity_property_map(); in get()
/third_party/boost/boost/pending/
Ddisjoint_sets.hpp121 template < class ID = identity_property_map,
122 class InverseID = identity_property_map,
Dfibonacci_heap.hpp28 class ID = identity_property_map >
41 size_type n, const Compare& cmp, const ID& id = identity_property_map()) in fibonacci_heap()
Dmutable_queue.hpp42 class ID = identity_property_map >
/third_party/boost/boost/property_map/
Dvector_property_map.hpp19 template<typename T, typename IndexMap = identity_property_map>
/third_party/boost/libs/property_map/test/
Dproperty_map_cc.cpp100 typedef identity_property_map PMap; in main()

12