/third_party/boost/libs/geometry/test/strategies/ |
D | projected_point_ax.cpp | 38 comparable_strategy_type comparable_strategy; in test_all_2d_ax() local 39 boost::ignore_unused(strategy, comparable_strategy); in test_all_2d_ax() 44 strategy, comparable_strategy); in test_all_2d_ax() 49 strategy, comparable_strategy); in test_all_2d_ax() 54 strategy, comparable_strategy); in test_all_2d_ax() 59 strategy, comparable_strategy); in test_all_2d_ax()
|
D | test_projected_point.hpp | 133 ComparableStrategy comparable_strategy) in test_2d() argument 159 return_type d = comparable_strategy.apply(p, sp1, sp2); in test_2d() 179 comparable_strategy_type comparable_strategy; in test_2d() local 182 …_p, wkt_sp1, wkt_sp2, expected_distance, expected_squared_distance, strategy, comparable_strategy); in test_2d()
|
/third_party/boost/boost/geometry/algorithms/detail/distance/ |
D | segment_to_segment.hpp | 53 >::type comparable_strategy; typedef in boost::geometry::detail::distance::segment_to_segment 57 comparable_strategy, 87 comparable_strategy cstrategy = in apply()
|
D | geometry_to_segment_or_box.hpp | 89 >::type comparable_strategy; typedef in boost::geometry::detail::distance::geometry_to_segment_or_box 96 comparable_strategy 103 comparable_strategy, 224 comparable_strategy cstrategy = in apply()
|
D | segment_to_box.hpp | 93 >::type comparable_strategy; typedef in boost::geometry::detail::distance::segment_to_box_2D_generic 100 comparable_strategy 105 comparable_strategy, segment_point, box_point 124 comparable_strategy cstrategy = in apply() 206 >::type comparable_strategy; typedef in boost::geometry::detail::distance::segment_to_box_2D_generic 210 comparable_strategy, segment_point, box_point 239 comparable_strategy cstrategy = in apply()
|
D | point_to_geometry.hpp | 87 >::type comparable_strategy; typedef in boost::geometry::detail::distance::point_to_range 91 Point, Range, Closure, comparable_strategy 116 comparable_strategy, in apply()
|
/third_party/boost/libs/geometry/test/algorithms/distance/ |
D | test_distance_common.hpp | 527 >::type comparable_strategy; in apply() typedef 531 comparable_strategy, Segment, Box in apply() 538 comparable_strategy cstrategy = in apply() 553 Segment, Box, comparable_strategy in apply()
|
D | distance_se_pl_l.cpp | 99 >::type comparable_strategy; in to_comparable() typedef 103 comparable_strategy, in to_comparable() 108 comparable_strategy cstrategy = services::get_comparable in to_comparable()
|
D | distance.cpp | 102 …comparable_strategy_type comparable_strategy = services::get_comparable<strategy_type>::apply(stra… in test_distance_point() local 103 …le = services::result_from_distance<comparable_strategy_type, P, P>::apply(comparable_strategy, 3); in test_distance_point()
|