Home
last modified time | relevance | path

Searched defs:dummy_property_map (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/property_map/parallel/
Dcaching_property_map.hpp18 inline void local_put(dummy_property_map, const Key&, const Value&) {} in local_put() argument
/third_party/boost/boost/graph/
Dbetweenness_centrality.hpp257 std::pair< Iter, Iter >, dummy_property_map) in init_centrality_map() argument
279 inline void update_centrality(dummy_property_map, const Key&, const T&) in update_centrality() argument
293 std::pair< Iter, Iter >, dummy_property_map) in divide_centrality_by_two() argument
/third_party/boost/boost/property_map/
Dproperty_map.hpp560 class dummy_property_map class
569 inline dummy_property_map() : c(0) { } in dummy_property_map() function in boost::dummy_property_map
570 inline dummy_property_map(value_type cc) : c(cc) { } in dummy_property_map() function in boost::dummy_property_map
571 inline dummy_property_map(const dummy_property_map& x) in dummy_property_map() function in boost::dummy_property_map
/third_party/boost/boost/graph/distributed/
Dconnected_components.hpp719 dummy_property_map) in number_components_from_parents() argument