Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/policies/is_valid/
H A Dfailing_reason_policy.hpp53 case failure_duplicate_points: in validity_failure_type_message()
73 AllowDuplicates && failure == failure_duplicate_points)) in transform_failure_type()
171 struct process_data<failure_duplicate_points, Point>
H A Ddefault_policy.hpp27 || (AllowDuplicates && failure == failure_duplicate_points); in is_valid()
H A Dfailure_type_policy.hpp28 if (AllowDuplicates && failure == failure_duplicate_points) in transform_failure_type()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/
H A Dvalidity_failure_type.hpp55 failure_duplicate_points = 13, enumerator
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/is_valid/
H A Dhas_duplicates.hpp63 return ! visitor.template apply<failure_duplicate_points>(*it); in apply()