Home
last modified time | relevance | path

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

/third_party/boost/libs/geometry/test/algorithms/
Dis_valid_failure.cpp51 case bg::no_failure: in to_string()
145 test::apply("p01", "POINT(0 0)", bg::no_failure); in BOOST_AUTO_TEST_CASE()
160 test::apply("mp01", "MULTIPOINT()", bg::no_failure); in BOOST_AUTO_TEST_CASE()
161 test::apply("mp02", "MULTIPOINT(0 0,0 0)", bg::no_failure); in BOOST_AUTO_TEST_CASE()
162 test::apply("mp03", "MULTIPOINT(0 0,1 0,1 1,0 1)", bg::no_failure); in BOOST_AUTO_TEST_CASE()
163 test::apply("mp04", "MULTIPOINT(0 0,1 0,1 1,1 0,0 1)", bg::no_failure); in BOOST_AUTO_TEST_CASE()
181 test::apply("s02", "SEGMENT(0 0,1 0)", bg::no_failure); in BOOST_AUTO_TEST_CASE()
208 test::apply("b07", "BOX(0 0,1 1)", bg::no_failure); in BOOST_AUTO_TEST_CASE()
236 test::apply("l05", "LINESTRING(0 0,1 2)", bg::no_failure); in BOOST_AUTO_TEST_CASE()
237 test::apply("l06", "LINESTRING(0 0,1 2,1 2)", bg::no_failure); in BOOST_AUTO_TEST_CASE()
[all …]
Dtest_is_valid.hpp231 = bg::validity_failure_type_message(bg::no_failure); in apply()
Dis_valid.cpp1232 BOOST_CHECK(failure == bg::no_failure in check_one()
/third_party/boost/boost/geometry/policies/is_valid/
Dfailure_type_policy.hpp30 return no_failure; in transform_failure_type()
41 return no_failure; in transform_failure_type()
48 : m_failure(no_failure) in failure_type_policy()
55 return m_failure == no_failure; in apply()
68 return m_failure == no_failure; in apply()
Dfailing_reason_policy.hpp31 case no_failure: in validity_failure_type_message()
75 return no_failure; in transform_failure_type()
87 return no_failure; in transform_failure_type()
195 return failure == no_failure; in apply()
204 return failure == no_failure; in apply()
214 return failure == no_failure; in apply()
Ddefault_policy.hpp26 return failure == no_failure in is_valid()
/third_party/boost/boost/geometry/algorithms/detail/is_valid/
Dhas_spikes.hpp126 return ! visitor.template apply<no_failure>(); in apply_at_closure()
152 return ! visitor.template apply<no_failure>(); in apply()
160 return ! visitor.template apply<no_failure>(); in apply()
186 return ! visitor.template apply<no_failure>(); in apply()
Dhas_invalid_coordinate.hpp42 return ! visitor.template apply<no_failure>(); in apply()
58 (! visitor.template apply<no_failure>()); in apply()
107 (! visitor.template apply<no_failure>()) in apply()
Dhas_duplicates.hpp51 return ! visitor.template apply<no_failure>(); in apply()
71 return ! visitor.template apply<no_failure>(); in apply()
Dring.hpp65 return visitor.template apply<no_failure>(); in apply()
81 return visitor.template apply<no_failure>(); in apply()
138 return visitor.template apply<no_failure>(); in apply()
Dlinear.hpp81 return visitor.template apply<no_failure>(); in apply()
167 return visitor.template apply<no_failure>(); in apply()
Dsegment.hpp68 return visitor.template apply<no_failure>(); in apply()
Dmultipolygon.hpp149 return visitor.template apply<no_failure>(); in are_polygon_interiors_disjoint()
299 return visitor.template apply<no_failure>(); in apply()
Dbox.hpp66 return visitor.template apply<no_failure>(); in apply()
Dhas_valid_self_turns.hpp105 return visitor.template apply<no_failure>(); in apply()
Dpolygon.hpp364 return visitor.template apply<no_failure>(); in are_holes_inside()
457 return visitor.template apply<no_failure>(); in apply()
/third_party/boost/boost/geometry/algorithms/
Dvalidity_failure_type.hpp37 no_failure = 0, enumerator
/third_party/boost/boost/geometry/algorithms/detail/is_simple/
Dfailure_policy.hpp30 return Failure == no_failure; in apply()
/third_party/boost/libs/geometry/doc/generated/
Denum.qbk227 '''<indexterm><primary>no_failure</primary></indexterm>'''
249 no_failure = 0,
269 [[no_failure] [The geometry is valid ]]