Home
last modified time | relevance | path

Searched refs:OwnerMap (Results 1 – 11 of 11) sorted by relevance

/third_party/boost/boost/graph/distributed/
Dqueue.hpp91 template<typename ProcessGroup, typename OwnerMap, typename Buffer,
121 const OwnerMap& owner,
133 const OwnerMap& owner = OwnerMap(),
144 distributed_queue(const ProcessGroup& process_group, const OwnerMap& owner,
225 OwnerMap owner;
238 typename ProcessGroup, typename OwnerMap, typename Buffer, \
244 distributed_queue<ProcessGroup, OwnerMap, Buffer, UnaryPredicate>
260 template<typename ProcessGroup, typename OwnerMap, typename Buffer>
261 inline distributed_queue<ProcessGroup, OwnerMap, Buffer>
263 const OwnerMap& owner, in make_distributed_queue()
[all …]
Dbetweenness_centrality.hpp83 template <typename OwnerMap, typename Tuple>
87 typedef typename property_traits<OwnerMap>::value_type owner_type;
89 get_owner_of_first_tuple_element(OwnerMap owner) : owner(owner) { } in get_owner_of_first_tuple_element()
94 OwnerMap owner;
97 template <typename OwnerMap, typename Tuple>
98 typename get_owner_of_first_tuple_element<OwnerMap, Tuple>::owner_type
99 get(get_owner_of_first_tuple_element<OwnerMap, Tuple> o, Tuple t) in get() argument
102 template <typename OwnerMap>
106 typedef typename property_traits<OwnerMap>::value_type owner_type;
108 get_owner_of_first_pair_element(OwnerMap owner) : owner(owner) { } in get_owner_of_first_pair_element()
[all …]
Dst_connected.hpp42 template<typename DistributedGraph, typename ColorMap, typename OwnerMap>
47 ColorMap color, OwnerMap owner) in st_connected()
Dconnected_components.hpp213 template <typename OwnerMap, typename LocalMap>
217 hashed_vertex_compare (const OwnerMap& o, const LocalMap& l) in hashed_vertex_compare()
231 OwnerMap owner;
320 OwnerMap; in parallel_connected_components() typedef
321 OwnerMap owner = get(vertex_owner, g); in parallel_connected_components()
447 hashed_vertex_compare<OwnerMap, LocalMap> v_compare(owner, local); in parallel_connected_components()
Dcompressed_sparse_row_graph.hpp702 template <typename OwnerMap, typename ProcessId>
705 local_vertex(OwnerMap owner, ProcessId id) in local_vertex()
717 OwnerMap owner;
722 template <typename OwnerMap, typename ProcessId>
725 local_edge(OwnerMap owner, ProcessId id) in local_edge()
737 OwnerMap owner;
Dstrong_components.hpp181 OwnerMap; in fleischer_hendrickson_pinar_strong_components() typedef
183 OwnerMap owner = get(vertex_owner, g); in fleischer_hendrickson_pinar_strong_components()
358 …typedef boost::graph::distributed::distributed_queue<process_group_type, OwnerMap, local_queue_typ… in fleischer_hendrickson_pinar_strong_components()
/third_party/boost/boost/graph/distributed/detail/
Dremote_update_set.hpp52 typename OwnerMap,
60 typename OwnerMap>
61 class remote_update_set<Derived, ProcessGroup, Value, OwnerMap,
64 typedef typename property_traits<OwnerMap>::key_type Key;
138 remote_update_set(const ProcessGroup& pg, const OwnerMap& owner) in remote_update_set()
177 OwnerMap owner;
184 typename OwnerMap>
185 class remote_update_set<Derived, ProcessGroup, Value, OwnerMap,
188 typedef typename property_traits<OwnerMap>::key_type Key;
226 remote_update_set(const ProcessGroup& pg, const OwnerMap& owner) in remote_update_set()
[all …]
Dqueue.ipp25 distributed_queue(const ProcessGroup& process_group, const OwnerMap& owner,
41 distributed_queue(const ProcessGroup& process_group, const OwnerMap& owner,
59 distributed_queue(const ProcessGroup& process_group, const OwnerMap& owner,
/third_party/boost/libs/graph_parallel/doc/
Dst_connected.rst26 template<typename DistributedGraph, typename ColorMap, typename OwnerMap>
31 ColorMap color, OwnerMap owner)
69 IN: ``OwnerMap owner``
/third_party/boost/libs/graph_parallel/test/
Dssca.cpp230 typedef typename property_map<Graph, vertex_owner_t>::const_type OwnerMap; in classify_sets() typedef
232 OwnerMap owner = get(vertex_owner, g); in classify_sets()
308 template <typename Graph, typename OwnerMap, typename LocalMap,
311 void subgraph_extraction(Graph& g, const OwnerMap& owner, const LocalMap& local, in subgraph_extraction()
331 OwnerMap, queue<vertex_descriptor> > queue_t; in subgraph_extraction()
875 typedef typename property_map<Graph, vertex_owner_t>::const_type OwnerMap; in run_distributed_graph_tests() typedef
939 OwnerMap owner = get(vertex_owner, g); in run_distributed_graph_tests()
Ddistributed_betweenness_centrality_test.cpp236 typedef property_map<Graph, vertex_owner_t>::const_type OwnerMap; in test_main() typedef
239 OwnerMap owner = get(vertex_owner, g); in test_main()