Home
last modified time | relevance | path

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

/third_party/boost/libs/geometry/test/algorithms/set_operations/intersection/
Dtest_intersection.hpp63 std::size_t expected_count, std::size_t expected_holes_count, in check_result() argument
84 if (expected_holes_count > 0) in check_result()
135 if (expected_holes_count > 0) in check_result()
138 BOOST_CHECK_MESSAGE(nholes == expected_holes_count, in check_result()
140 << " #holes expected: " << expected_holes_count in check_result()
173 std::size_t expected_count = 0, std::size_t expected_holes_count = 0, in test_intersection() argument
207 expected_holes_count, expected_point_count, expected_length_or_area, in test_intersection()
216 expected_holes_count, expected_point_count, expected_length_or_area, in test_intersection()
223 expected_holes_count, expected_point_count, expected_length_or_area, in test_intersection()
230 expected_holes_count, expected_point_count, expected_length_or_area, in test_intersection()
[all …]
/third_party/boost/libs/geometry/test/algorithms/buffer/
Dtest_buffer.hpp152 int expected_holes_count, in test_buffer() argument
306 if (expected_holes_count >= 0) in test_buffer()
311 int(nholes) == expected_holes_count, in test_buffer()
313 << " Expected: " << expected_holes_count in test_buffer()
423 int expected_count, int expected_holes_count, double expected_area, in test_one() argument
466 expected_count, expected_holes_count, expected_area, in test_one()
487 expected_count, expected_holes_count, expected_area, in test_one()
Dtest_buffer_geo.hpp26 int expected_count, int expected_holes_count, double expected_area, in test_one_geo() argument
60 expected_count, expected_holes_count, expected_area, in test_one_geo()