Home
last modified time | relevance | path

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

/third_party/boost/libs/graph_parallel/test/
Dssca.cpp698 typedef property_map<seqGraph, weight_type WeightedEdge::*>::type seqEdgeWeightMap; in run_non_distributed_graph_tests() typedef
699 edge_weight_not_divisible_by_eight<seqEdgeWeightMap> sg_filter(get(&WeightedEdge::weight, sg)); in run_non_distributed_graph_tests()
701 typedef property_map<seqGraph, edge_weight_t>::type seqEdgeWeightMap; in run_non_distributed_graph_tests() typedef
702 edge_weight_not_divisible_by_eight<seqEdgeWeightMap> sg_filter(get(edge_weight, sg)); in run_non_distributed_graph_tests()
705 typedef filtered_graph<const seqGraph, edge_weight_not_divisible_by_eight<seqEdgeWeightMap> > in run_non_distributed_graph_tests()
795 typedef filtered_graph<const seqGraph, edge_weight_not_divisible_by_eight<seqEdgeWeightMap> > in run_non_distributed_graph_tests()
1063 typedef property_map<seqGraph, edge_weight_t>::type seqEdgeWeightMap; in run_distributed_graph_tests() typedef
1064 edge_weight_not_divisible_by_eight<seqEdgeWeightMap> sg_filter(get(edge_weight, sg)); in run_distributed_graph_tests()
1066 filtered_graph<const seqGraph, edge_weight_not_divisible_by_eight<seqEdgeWeightMap> > in run_distributed_graph_tests()
1084 typedef filtered_graph<const seqGraph, edge_weight_not_divisible_by_eight<seqEdgeWeightMap> > in run_distributed_graph_tests()