Home
last modified time | relevance | path

Searched refs:BOOST_GEOMETRY_ASSERT (Results 1 – 25 of 56) sorted by relevance

123

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/util/
H A Drange.hpp69 BOOST_GEOMETRY_ASSERT(i <= boost::size(rng)); in pos()
82 BOOST_GEOMETRY_ASSERT(i <= boost::size(rng)); in pos()
95 BOOST_GEOMETRY_ASSERT(i < boost::size(rng)); in at()
108 BOOST_GEOMETRY_ASSERT(i < boost::size(rng)); in at()
120 BOOST_GEOMETRY_ASSERT(!boost::empty(rng)); in front()
132 BOOST_GEOMETRY_ASSERT(!boost::empty(rng)); in front()
147 BOOST_GEOMETRY_ASSERT(!boost::empty(rng)); in back()
160 BOOST_GEOMETRY_ASSERT(!boost::empty(rng)); in back()
210 BOOST_GEOMETRY_ASSERT(!boost::empty(rng)); in pop_back()
270 BOOST_GEOMETRY_ASSERT(!boost::empty(rng)); in erase()
[all …]
H A Dnormalize_spheroidal_box_coordinates.hpp80 BOOST_GEOMETRY_ASSERT(! math::larger(latitude1, latitude2)); in apply()
81 BOOST_GEOMETRY_ASSERT(! math::smaller(latitude1, constants::min_latitude())); in apply()
82 BOOST_GEOMETRY_ASSERT(! math::larger(latitude2, constants::max_latitude())); in apply()
85 BOOST_GEOMETRY_ASSERT(! math::larger(longitude1, longitude2)); in apply()
86 BOOST_GEOMETRY_ASSERT(! math::smaller(longitude1, constants::min_longitude())); in apply()
87 BOOST_GEOMETRY_ASSERT in apply()
H A Dnormalize_spheroidal_coordinates.hpp187 BOOST_GEOMETRY_ASSERT(! math::larger(constants::min_latitude(), latitude)); in apply()
188 BOOST_GEOMETRY_ASSERT(! math::larger(latitude, constants::max_latitude())); in apply()
191 BOOST_GEOMETRY_ASSERT(math::smaller(constants::min_longitude(), longitude)); in apply()
192 BOOST_GEOMETRY_ASSERT(! math::larger(longitude, constants::max_longitude())); in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/relate/
H A Dfollow_helpers.hpp94 BOOST_GEOMETRY_ASSERT(first != last); in for_turns()
105 BOOST_GEOMETRY_ASSERT(multi_index >= 0); in for_turns()
107 BOOST_GEOMETRY_ASSERT(index < count); in for_turns()
146 BOOST_GEOMETRY_ASSERT(sid_ptr); in seg_id()
151 BOOST_GEOMETRY_ASSERT(pt_ptr); in point()
305 BOOST_GEOMETRY_ASSERT(m_exit_operation != overlay::operation_none); in get_exit_point()
306 BOOST_GEOMETRY_ASSERT(m_exit_turn_ptr); in get_exit_point()
312 BOOST_GEOMETRY_ASSERT(m_exit_operation != overlay::operation_none); in get_exit_turn()
313 BOOST_GEOMETRY_ASSERT(m_exit_turn_ptr); in get_exit_turn()
H A Dlinear_areal.hpp348 BOOST_GEOMETRY_ASSERT(next_ring_index >= 0); in apply()
419 BOOST_GEOMETRY_ASSERT(next_ring_index >= 0); in apply()
480 BOOST_GEOMETRY_ASSERT(first != last); in operator ()()
1027 BOOST_GEOMETRY_ASSERT(m_first_from_unknown); in apply()
1096 BOOST_GEOMETRY_ASSERT(first != last); in apply()
1097 BOOST_GEOMETRY_ASSERT(m_previous_turn_ptr); in apply()
1119 BOOST_GEOMETRY_ASSERT(first != last); in apply()
1120 BOOST_GEOMETRY_ASSERT(m_previous_turn_ptr); in apply()
1188 BOOST_GEOMETRY_ASSERT(boost::size(range1)); in calculate_from_inside()
1190 BOOST_GEOMETRY_ASSERT(s2 > 2); in calculate_from_inside()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/geometries/
H A Dpointing_segment.hpp101 BOOST_GEOMETRY_ASSERT( s.first != NULL ); in get()
107 BOOST_GEOMETRY_ASSERT( s.first != NULL ); in set()
124 BOOST_GEOMETRY_ASSERT( s.second != NULL ); in get()
130 BOOST_GEOMETRY_ASSERT( s.second != NULL ); in set()
H A Dbox.hpp96 BOOST_GEOMETRY_ASSERT(m_created == 1); in min_corner()
103 BOOST_GEOMETRY_ASSERT(m_created == 1); in max_corner()
111 BOOST_GEOMETRY_ASSERT(m_created == 1); in min_corner()
118 BOOST_GEOMETRY_ASSERT(m_created == 1); in max_corner()
H A Dpoint.hpp190 BOOST_GEOMETRY_ASSERT(m_created == 1); in get()
191 BOOST_GEOMETRY_ASSERT(m_values_initialized[K] == 1); in get()
204 BOOST_GEOMETRY_ASSERT(m_created == 1); in set()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/envelope/
H A Drange_of_boxes.hpp122 BOOST_GEOMETRY_ASSERT(! math::larger(lon_min, lon_max)); in apply()
123 BOOST_GEOMETRY_ASSERT in apply()
125 BOOST_GEOMETRY_ASSERT in apply()
128 BOOST_GEOMETRY_ASSERT in apply()
130 BOOST_GEOMETRY_ASSERT in apply()
132 BOOST_GEOMETRY_ASSERT in apply()
254 BOOST_GEOMETRY_ASSERT(! boost::empty(range_of_boxes)); in apply()
H A Dsegment.hpp105 BOOST_GEOMETRY_ASSERT(! math::equals(a1, a2)); in contains_pi_half()
138 BOOST_GEOMETRY_ASSERT(lon1 <= lon2); in compute_box_corners()
236 BOOST_GEOMETRY_ASSERT(!is_pole1 && !is_pole2); in special_cases()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/
H A Dget_turn_info_for_endpoint.hpp157 BOOST_GEOMETRY_ASSERT(result.template get<0>().count == 1); in linear_intersections()
301 BOOST_GEOMETRY_ASSERT(ip_info.is_pi == equals::equals_point_point(pi, inters_pt)); in analyse_segment_and_assign_ip()
302 BOOST_GEOMETRY_ASSERT(ip_info.is_qi == equals::equals_point_point(qi, inters_pt)); in analyse_segment_and_assign_ip()
303 BOOST_GEOMETRY_ASSERT(ip_info.is_pj == equals::equals_point_point(pj, inters_pt)); in analyse_segment_and_assign_ip()
304 BOOST_GEOMETRY_ASSERT(ip_info.is_qj == equals::equals_point_point(qj, inters_pt)); in analyse_segment_and_assign_ip()
418 BOOST_GEOMETRY_ASSERT(ip_i2 == equals::equals_point_point(i2, inters_pt)); in handle_internal()
419 BOOST_GEOMETRY_ASSERT(ip_j2 == equals::equals_point_point(j2, inters_pt)); in handle_internal()
457BOOST_GEOMETRY_ASSERT(operations_combination(operations, operation_intersection, operation_union)); in handle_internal()
472 BOOST_GEOMETRY_ASSERT(ip_i2 == equals::equals_point_point(i2, inters_pt)); in handle_internal()
473 BOOST_GEOMETRY_ASSERT(ip_j2 == equals::equals_point_point(j2, inters_pt)); in handle_internal()
[all …]
H A Dget_ring.hpp85 BOOST_GEOMETRY_ASSERT in apply()
105 BOOST_GEOMETRY_ASSERT in apply()
H A Dcopy_segments.hpp99 BOOST_GEOMETRY_ASSERT(from_index < static_cast<signed_size_type>(boost::size(view))); in apply()
238 BOOST_GEOMETRY_ASSERT(index < 5); in apply()
280 BOOST_GEOMETRY_ASSERT in apply()
H A Dfollow_linear_linear.hpp133 BOOST_GEOMETRY_ASSERT( operation.operation == operation_continue ); in is_isolated_point()
325 BOOST_GEOMETRY_ASSERT(enter_count == 0); in apply()
433 BOOST_GEOMETRY_ASSERT( first != beyond ); in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/core/
H A Dassert.hpp19 #undef BOOST_GEOMETRY_ASSERT
33 #define BOOST_GEOMETRY_ASSERT(expr) (BOOST_LIKELY(!!(expr))? ((void)0): ::boost::geometry::assertio… macro
38 #define BOOST_GEOMETRY_ASSERT(expr) BOOST_ASSERT(expr) macro
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/iterators/
H A Dflatten_iterator.hpp157 BOOST_GEOMETRY_ASSERT( m_outer_it != m_outer_end ); in dereference()
158 BOOST_GEOMETRY_ASSERT( m_inner_it != AccessInnerEnd::apply(*m_outer_it) ); in dereference()
197 BOOST_GEOMETRY_ASSERT( m_outer_it != m_outer_end ); in increment()
198 BOOST_GEOMETRY_ASSERT( m_inner_it != AccessInnerEnd::apply(*m_outer_it) ); in increment()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/policies/robustness/
H A Dsegment_ratio.hpp54 BOOST_GEOMETRY_ASSERT(lhs.denominator() != 0); in apply()
55 BOOST_GEOMETRY_ASSERT(rhs.denominator() != 0); in apply()
85 BOOST_GEOMETRY_ASSERT(lhs.denominator() != 0); in apply()
86 BOOST_GEOMETRY_ASSERT(rhs.denominator() != 0); in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/closest_feature/
H A Drange_to_range.hpp58 BOOST_GEOMETRY_ASSERT( rtree_first != rtree_last ); in apply()
59 BOOST_GEOMETRY_ASSERT( queries_first != queries_last ); in apply()
75 BOOST_GEOMETRY_ASSERT( n > 0 ); in apply()
H A Dpoint_to_range.hpp54 BOOST_GEOMETRY_ASSERT( first != last ); in apply()
165 BOOST_GEOMETRY_ASSERT( first != last ); in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/buffer/
H A Dbuffered_piece_collection.hpp642 BOOST_GEOMETRY_ASSERT in insert_rescaled_piece_turns()
656 BOOST_GEOMETRY_ASSERT(assert_indices_in_robust_rings()); in insert_rescaled_piece_turns()
869 BOOST_GEOMETRY_ASSERT(! offsetted_rings.empty()); in update_closing_point()
889 BOOST_GEOMETRY_ASSERT(boost::size(m_pieces) > 0); in update_last_point()
900 BOOST_GEOMETRY_ASSERT(! m_pieces.empty()); in set_piece_center()
933 BOOST_GEOMETRY_ASSERT in finish_ring()
947 BOOST_GEOMETRY_ASSERT(boost::size(offsetted_rings) > 0); in set_current_ring_concave()
953 BOOST_GEOMETRY_ASSERT(boost::size(offsetted_rings) > 0); in add_point()
1005 BOOST_GEOMETRY_ASSERT(pc.first_seg_id.multi_index >= 0); in init_rescale_piece()
1006 BOOST_GEOMETRY_ASSERT(pc.last_segment_index >= 0); in init_rescale_piece()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/
H A Doccupation_info.hpp142 BOOST_GEOMETRY_ASSERT(direction == 1 || direction == -1); in move_index()
143 BOOST_GEOMETRY_ASSERT( in move_index()
146 BOOST_GEOMETRY_ASSERT( in move_index()
H A Dmax_interval_gap.hpp105 BOOST_GEOMETRY_ASSERT(queue.empty()); in apply()
151 BOOST_GEOMETRY_ASSERT(queue.top().is_start_event()); in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/spherical/
H A Ddistance_cross_track_point_box.hpp159 BOOST_GEOMETRY_ASSERT(plat >= lat_min && plat <= lat_max); in apply()
180 BOOST_GEOMETRY_ASSERT(lon_midway >= -pi && lon_midway <= pi); in apply()
210 BOOST_GEOMETRY_ASSERT(lon_midway >= -pi && lon_midway <= pi); in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/is_simple/
H A Dlinear.hpp95 BOOST_GEOMETRY_ASSERT(boost::size(m_linestring) > 1); in apply()
118 BOOST_GEOMETRY_ASSERT(boost::size(linestring) > 1); in is_boundary_point_of()
131 BOOST_GEOMETRY_ASSERT(boost::size(linestring) > 1); in is_closing_point_of()
/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 Dcomplement_graph.hpp200 BOOST_GEOMETRY_ASSERT( v1 != m_vertices.end() ); in add_edge()
201 BOOST_GEOMETRY_ASSERT( v2 != m_vertices.end() ); in add_edge()

123