Searched refs:pair_with_property (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/boost/graph/parallel/detail/ |
D | property_holders.hpp | 69 class pair_with_property class 77 pair_with_property() { } in pair_with_property() function in boost::detail::parallel::pair_with_property 79 pair_with_property(const T& t, const U& u, const Property& property) in pair_with_property() function in boost::detail::parallel::pair_with_property 94 inline pair_with_property<T, U, Property> 97 return pair_with_property<T, U, Property>(t, u, property); in make_pair_with_property() 112 struct is_mpi_datatype<boost::detail::parallel::pair_with_property<T, U, Property> > 136 boost::detail::parallel::pair_with_property<T, U, Property> > 142 boost::detail::parallel::pair_with_property<T, U, Property> > 147 boost::detail::parallel::pair_with_property<T, U, Property> >
|
/third_party/boost/boost/graph/distributed/ |
D | named_graph.hpp | 28 using boost::detail::parallel::pair_with_property; 308 const pair_with_property<U, V, edge_property_type>& msg, 315 const pair_with_property<U, V, edge_property_type>& msg, 1123 const pair_with_property<U, V, edge_property_type>& msg, in handle_add_edge_with_property() 1135 const pair_with_property<U, V, edge_property_type>& msg, in handle_add_edge_with_reply_and_property()
|