Home
last modified time | relevance | path

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

/third_party/boost/libs/geometry/test/algorithms/buffer/
Dbuffer_multi_point.cpp67 test_with_custom_strategies<multi_point_type, polygon>("grid_a50", in test_all()
71 test_with_custom_strategies<multi_point_type, polygon>("grid_a54", in test_all()
76 test_with_custom_strategies<multi_point_type, polygon>("mysql_report_2015_02_25_1_800", in test_all()
135 test_with_custom_strategies<multi_point_type, polygon>( in test_many_points_per_circle()
145 test_with_custom_strategies<multi_point_type, polygon>( in test_many_points_per_circle()
156 test_with_custom_strategies<multi_point_type, polygon>( in test_many_points_per_circle()
164 test_with_custom_strategies<multi_point_type, polygon>( in test_many_points_per_circle()
176 test_with_custom_strategies<multi_point_type, polygon>( in test_many_points_per_circle()
190 test_with_custom_strategies<multi_point_type, polygon>( in test_many_points_per_circle()
199 test_with_custom_strategies<multi_point_type, polygon>( in test_many_points_per_circle()
Dbuffer_polygon.cpp698 test_with_custom_strategies<polygon_type, polygon_type>("sharp_triangle_j12", in test_all()
703 test_with_custom_strategies<polygon_type, polygon_type>("sharp_triangle_j2", in test_all()
707 test_with_custom_strategies<polygon_type, polygon_type>("sharp_triangle_j5", in test_all()
712 test_with_custom_strategies<polygon_type, polygon_type>("sharp_triangle_j36", in test_all()
716 test_with_custom_strategies<polygon_type, polygon_type>("sharp_triangle_j360", in test_all()
722 test_with_custom_strategies<polygon_type, polygon_type>("sharp_triangle_m2", in test_all()
726 test_with_custom_strategies<polygon_type, polygon_type>("sharp_triangle_m3", in test_all()
730 test_with_custom_strategies<polygon_type, polygon_type>("sharp_triangle_m4", in test_all()
734 test_with_custom_strategies<polygon_type, polygon_type>("sharp_triangle_m5", in test_all()
738 test_with_custom_strategies<polygon_type, polygon_type>("sharp_triangle_m25", in test_all()
[all …]
Dtest_buffer.hpp522 void test_with_custom_strategies(std::string const& caseid, in test_with_custom_strategies() function