Home
last modified time | relevance | path

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

/third_party/boost/libs/geometry/test/algorithms/
Dis_valid.cpp179 bool const allow_spikes = true; in BOOST_AUTO_TEST_CASE() local
180 bool const do_not_allow_spikes = !allow_spikes; in BOOST_AUTO_TEST_CASE()
182 test_linestrings<linestring_type, allow_spikes>(); in BOOST_AUTO_TEST_CASE()
240 bool const allow_spikes = true; in BOOST_AUTO_TEST_CASE() local
241 bool const do_not_allow_spikes = !allow_spikes; in BOOST_AUTO_TEST_CASE()
243 test_multilinestrings<multi_linestring_type, allow_spikes>(); in BOOST_AUTO_TEST_CASE()