| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/geometries/concepts/ |
| H A D | check.hpp | 74 : detail::concept_check::check<concepts::ConstPoint<Geometry> > 80 : detail::concept_check::check<concepts::Point<Geometry> > 86 : detail::concept_check::check<concepts::ConstLinestring<Geometry> > 92 : detail::concept_check::check<concepts::Linestring<Geometry> > 98 : detail::concept_check::check<concepts::ConstRing<Geometry> > 104 : detail::concept_check::check<concepts::Ring<Geometry> > 109 : detail::concept_check::check<concepts::ConstPolygon<Geometry> > 115 : detail::concept_check::check<concepts::Polygon<Geometry> > 121 : detail::concept_check::check<concepts::ConstBox<Geometry> > 127 : detail::concept_check::check<concepts::Box<Geometry> > [all …]
|
| H A D | polygon_concept.hpp | 30 namespace boost { namespace geometry { namespace concepts namespace 51 BOOST_CONCEPT_ASSERT( (concepts::Point<point_type>) ); 52 BOOST_CONCEPT_ASSERT( (concepts::Ring<ring_type>) ); 104 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<point_type>) ); 105 BOOST_CONCEPT_ASSERT( (concepts::ConstRing<ring_type>) );
|
| H A D | linestring_concept.hpp | 31 namespace boost { namespace geometry { namespace concepts namespace 79 BOOST_CONCEPT_ASSERT( (concepts::Point<point_type>) ); 108 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<point_type>) );
|
| H A D | ring_concept.hpp | 30 namespace boost { namespace geometry { namespace concepts namespace 55 BOOST_CONCEPT_ASSERT( (concepts::Point<point_type>) ); 84 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<point_type>) );
|
| H A D | multi_polygon_concept.hpp | 26 namespace boost { namespace geometry { namespace concepts namespace 47 BOOST_CONCEPT_ASSERT( (concepts::Polygon<polygon_type>) ); 75 BOOST_CONCEPT_ASSERT( (concepts::ConstPolygon<polygon_type>) );
|
| H A D | multi_linestring_concept.hpp | 27 namespace boost { namespace geometry { namespace concepts namespace 48 BOOST_CONCEPT_ASSERT( (concepts::Linestring<linestring_type>) ); 76 BOOST_CONCEPT_ASSERT( (concepts::ConstLinestring<linestring_type>) );
|
| H A D | multi_point_concept.hpp | 27 namespace boost { namespace geometry { namespace concepts namespace 47 BOOST_CONCEPT_ASSERT( (concepts::Point<point_type>) ); 75 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<point_type>) );
|
| H A D | segment_concept.hpp | 26 namespace boost { namespace geometry { namespace concepts namespace 54 BOOST_CONCEPT_ASSERT( (concepts::Point<point_type>) ); 99 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<point_type>) );
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/arithmetic/ |
| H A D | arithmetic.hpp | 142 BOOST_CONCEPT_ASSERT( (concepts::Point<Point>) ); in add_value() 165 BOOST_CONCEPT_ASSERT( (concepts::Point<Point1>) ); in add_point() 166 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<Point2>) ); in add_point() 182 BOOST_CONCEPT_ASSERT( (concepts::Point<Point>) ); in subtract_value() 205 BOOST_CONCEPT_ASSERT( (concepts::Point<Point1>) ); in subtract_point() 206 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<Point2>) ); in subtract_point() 222 BOOST_CONCEPT_ASSERT( (concepts::Point<Point>) ); in multiply_value() 246 BOOST_CONCEPT_ASSERT( (concepts::Point<Point1>) ); in multiply_point() 247 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<Point2>) ); in multiply_point() 263 BOOST_CONCEPT_ASSERT( (concepts::Point<Point>) ); in divide_value() [all …]
|
| H A D | cross_product.hpp | 97 BOOST_CONCEPT_ASSERT( (concepts::Point<ResultP>) ); in cross_product() 98 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<P1>) ); in cross_product() 99 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<P2>) ); in cross_product() 117 BOOST_CONCEPT_ASSERT((concepts::Point<P>)); in cross_product() 118 BOOST_CONCEPT_ASSERT((concepts::ConstPoint<P>)); in cross_product()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/ |
| H A D | assign.hpp | 72 concepts::check<Geometry>(); in assign_points() 99 concepts::check<Geometry>(); in assign_inverse() 119 concepts::check<Geometry>(); in assign_zero() 149 concepts::check<Geometry>(); in assign_values() 182 concepts::check<Geometry>(); in assign_values() 209 concepts::check<Geometry>(); in assign_values() 230 concepts::check<Geometry1>(); in apply() 231 concepts::check<Geometry2 const>(); in apply() 232 concepts::check_concepts_and_equal_dimensions<Geometry1, Geometry2 const>(); in apply()
|
| H A D | make.hpp | 48 concepts::check<Geometry>(); in make_points() 81 concepts::check<Geometry>(); in make() 115 concepts::check<Geometry>(); in make() 130 concepts::check<Geometry>(); in make() 166 concepts::check<Geometry>(); in make_inverse() 187 concepts::check<Geometry>(); in make_zero()
|
| H A D | buffer.hpp | 189 concepts::check<Input const>(); in buffer() 190 concepts::check<Output>(); in buffer() 211 concepts::check<Input const>(); in return_buffer() 212 concepts::check<Output>(); in return_buffer() 263 concepts::check<GeometryIn const>(); in buffer() 264 concepts::check<polygon_type>(); in buffer()
|
| H A D | simplify.hpp | 336 (concepts::SimplifyStrategy<strategy_type, point_type>) in apply() 379 (concepts::SimplifyStrategy<strategy_type, point_type>) in apply() 464 concepts::check<Geometry>(); in simplify() 492 concepts::check<Geometry>(); in simplify() 522 concepts::check<Geometry const>(); in simplify_insert() 543 concepts::check<Geometry const>(); in simplify_insert() 544 concepts::check<typename point_type<Geometry>::type>(); in simplify_insert()
|
| H A D | convex_hull.hpp | 157 BOOST_CONCEPT_ASSERT( (geometry::concepts::ConvexHullStrategy<Strategy>) ); in apply() 182 BOOST_CONCEPT_ASSERT( (geometry::concepts::ConvexHullStrategy<Strategy>) ); in apply() 215 concepts::check_concepts_and_equal_dimensions< in apply() 261 concepts::check<Geometry const>(); in apply() 262 concepts::check<typename point_type<Geometry>::type>(); in apply()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/concepts/ |
| H A D | within_concept.hpp | 25 namespace boost { namespace geometry { namespace concepts namespace 58 (concepts::ConstPoint<point_type>) in apply() 63 (concepts::ConstPoint<segment_point_type>) in apply() 133 (concepts::ConstPoint<point_type>) in apply() 138 (concepts::ConstBox<box_type>) in apply() 197 (concepts::ConstBox<box_type1>) in apply() 202 (concepts::ConstBox<box_type2>) in apply()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/intersects/ |
| H A D | interface.hpp | 83 concepts::check<Geometry1 const>(); in intersects() 84 concepts::check<Geometry2 const>(); in intersects() 105 concepts::check<Geometry1 const>(); in intersects() 106 concepts::check<Geometry2 const>(); in intersects()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/concept/detail/ |
| H A D | general.hpp | 18 namespace boost { namespace concepts { namespace 53 concepts::not_satisfied<Model> 70 typedef ::boost::concepts::detail::instantiate< \ 71 &::boost::concepts::requirement_<ModelFnPtr>::failed> \
|
| H A D | msvc.hpp | 21 namespace boost { namespace concepts { namespace 100 sizeof(::boost::concepts::require<ModelFnPtr>) \ 113 sizeof(::boost::concepts::require_((ModelFnPtr)0)) \
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/ |
| H A D | assign_indexed_point.hpp | 49 concepts::check<Point const>(); in assign_point_to_index() 50 concepts::check<Geometry>(); in assign_point_to_index() 77 concepts::check<Geometry const>(); in assign_point_from_index() 78 concepts::check<Point>(); in assign_point_from_index()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlaps/ |
| H A D | interface.hpp | 82 concepts::check<Geometry1 const>(); in overlaps() 83 concepts::check<Geometry2 const>(); in overlaps() 106 concepts::check<Geometry1 const>(); in overlaps() 107 concepts::check<Geometry2 const>(); in overlaps()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ |
| H A D | concepts | 1 // <concepts> -*- C++ -*- 25 /** @file include/concepts 27 * @ingroup concepts 38 * @defgroup concepts Concepts 52 // [concepts.lang], language-related concepts 99 // [concepts.arithmetic], arithmetic concepts 246 // [concepts.object], Object concepts 260 // [concepts.compare], comparison concepts 334 // [concepts.callable], callable concepts
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ |
| H A D | concepts | 1 // <concepts> -*- C++ -*- 25 /** @file include/concepts 27 * @ingroup concepts 38 * @defgroup concepts Concepts 52 // [concepts.lang], language-related concepts 99 // [concepts.arithmetic], arithmetic concepts 246 // [concepts.object], Object concepts 260 // [concepts.compare], comparison concepts 334 // [concepts.callable], callable concepts
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/concept/ |
| H A D | usage.hpp | 11 namespace boost { namespace concepts { namespace 23 BOOST_CONCEPT_ASSERT((boost::concepts::usage_requirements<model>)); \ 29 BOOST_CONCEPT_ASSERT((boost::concepts::usage_requirements<model>)); \
|
| /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 D | copy_segment_point.hpp | 288 concepts::check<Geometry const>(); in copy_segment_point() 317 concepts::check<Geometry1 const>(); in copy_segment_point() 318 concepts::check<Geometry2 const>(); in copy_segment_point() 365 concepts::check<Geometry1 const>(); in copy_segment_points() 366 concepts::check<Geometry2 const>(); in copy_segment_points() 388 concepts::check<Geometry1 const>(); in copy_segment_points() 389 concepts::check<Geometry2 const>(); in copy_segment_points()
|