Home
last modified time | relevance | path

Searched refs:BOOST_CONCEPT_ASSERT (Results 1 – 25 of 47) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/arithmetic/
H A Darithmetic.hpp142 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 Dcross_product.hpp97 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()
H A Ddeterminant.hpp62 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<U>) ); in determinant()
63 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<V>) ); in determinant()
H A Ddot_product.hpp72 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<Point1>) ); in dot_product()
73 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<Point2>) ); in dot_product()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/algorithm/string/
H A Dfind_format.hpp65 BOOST_CONCEPT_ASSERT(( in find_format_copy()
70 BOOST_CONCEPT_ASSERT(( in find_format_copy()
99 BOOST_CONCEPT_ASSERT(( in find_format_copy()
104 BOOST_CONCEPT_ASSERT(( in find_format_copy()
135 BOOST_CONCEPT_ASSERT(( in find_format()
140 BOOST_CONCEPT_ASSERT(( in find_format()
184 BOOST_CONCEPT_ASSERT(( in find_format_all_copy()
189 BOOST_CONCEPT_ASSERT(( in find_format_all_copy()
219 BOOST_CONCEPT_ASSERT(( in find_format_all_copy()
224 BOOST_CONCEPT_ASSERT(( in find_format_all_copy()
[all …]
H A Diter_find.hpp77 BOOST_CONCEPT_ASSERT(( in iter_find()
148 BOOST_CONCEPT_ASSERT(( in iter_split()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/concepts/
H A Dwithin_concept.hpp56 BOOST_CONCEPT_ASSERT in apply()
61 BOOST_CONCEPT_ASSERT in apply()
131 BOOST_CONCEPT_ASSERT in apply()
136 BOOST_CONCEPT_ASSERT in apply()
195 BOOST_CONCEPT_ASSERT in apply()
200 BOOST_CONCEPT_ASSERT in apply()
255 BOOST_CONCEPT_ASSERT( (WithinStrategyPolygonal<Strategy>) );
262 BOOST_CONCEPT_ASSERT( (WithinStrategyPointBox<Strategy>) );
268 BOOST_CONCEPT_ASSERT( (WithinStrategyBoxBox<Strategy>) );
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dconcept_check.hpp50 BOOST_CONCEPT_ASSERT((Model)); in function_requires()
55 BOOST_CONCEPT_ASSERT((ns::concept<type_var>))
58 BOOST_CONCEPT_ASSERT((ns::concept<type_var1,type_var2>))
61 BOOST_CONCEPT_ASSERT((ns::concept<tv1,tv2,tv3>))
64 BOOST_CONCEPT_ASSERT((ns::concept<tv1,tv2,tv3,tv4>))
450 BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
462 BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
463 BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
481 BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
482 BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/geometries/concepts/
H A Dlinestring_concept.hpp79 BOOST_CONCEPT_ASSERT( (concepts::Point<point_type>) );
80 BOOST_CONCEPT_ASSERT( (boost::RandomAccessRangeConcept<Geometry>) );
108 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<point_type>) );
111 BOOST_CONCEPT_ASSERT( (boost::ForwardRangeConcept<Geometry>) );
H A Dring_concept.hpp55 BOOST_CONCEPT_ASSERT( (concepts::Point<point_type>) );
56 BOOST_CONCEPT_ASSERT( (boost::RandomAccessRangeConcept<Geometry>) );
84 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<point_type>) );
85 BOOST_CONCEPT_ASSERT( (boost::RandomAccessRangeConcept<Geometry>) );
H A Dmulti_polygon_concept.hpp47 BOOST_CONCEPT_ASSERT( (concepts::Polygon<polygon_type>) );
48 BOOST_CONCEPT_ASSERT( (boost::RandomAccessRangeConcept<Geometry>) );
75 BOOST_CONCEPT_ASSERT( (concepts::ConstPolygon<polygon_type>) );
76 BOOST_CONCEPT_ASSERT( (boost::RandomAccessRangeConcept<Geometry>) );
H A Dmulti_linestring_concept.hpp48 BOOST_CONCEPT_ASSERT( (concepts::Linestring<linestring_type>) );
49 BOOST_CONCEPT_ASSERT( (boost::RandomAccessRangeConcept<Geometry>) );
76 BOOST_CONCEPT_ASSERT( (concepts::ConstLinestring<linestring_type>) );
77 BOOST_CONCEPT_ASSERT( (boost::RandomAccessRangeConcept<Geometry>) );
H A Dmulti_point_concept.hpp47 BOOST_CONCEPT_ASSERT( (concepts::Point<point_type>) );
48 BOOST_CONCEPT_ASSERT( (boost::RandomAccessRangeConcept<Geometry>) );
75 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<point_type>) );
76 BOOST_CONCEPT_ASSERT( (boost::RandomAccessRangeConcept<Geometry>) );
H A Dpolygon_concept.hpp51 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 Dsegment_concept.hpp54 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/iterator/
H A Diterator_concepts.hpp116 BOOST_CONCEPT_ASSERT((
136 BOOST_CONCEPT_ASSERT((
152 BOOST_CONCEPT_ASSERT((
162 BOOST_CONCEPT_ASSERT((
180 BOOST_CONCEPT_ASSERT((
255 BOOST_CONCEPT_ASSERT((SinglePassIterator<Iterator>));
256 BOOST_CONCEPT_ASSERT((SinglePassIterator<ConstIterator>));
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/
H A Dparse.hpp34 BOOST_CONCEPT_ASSERT((ForwardIterator<Iterator>)); in parse()
78 BOOST_CONCEPT_ASSERT((ForwardIterator<Iterator>)); in parse()
115 BOOST_CONCEPT_ASSERT((ForwardIterator<Iterator>)); in phrase_parse()
149 BOOST_CONCEPT_ASSERT((ForwardIterator<Iterator>)); in phrase_parse()
H A Dparse_attr.hpp54 BOOST_CONCEPT_ASSERT((ForwardIterator<Iterator>)); in parse()
98 BOOST_CONCEPT_ASSERT((ForwardIterator<Iterator>)); in phrase_parse()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/concept/
H A Dusage.hpp23 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/util/
H A Dfor_each_coordinate.hpp69 BOOST_CONCEPT_ASSERT( (concepts::Point<Point>) ); in for_each_coordinate()
82 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<Point>) ); in for_each_coordinate()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/geometries/
H A Dsegment.hpp48 BOOST_CONCEPT_ASSERT( (concepts::Point<Point>) );
88 BOOST_CONCEPT_ASSERT( (
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/detail/
H A Dparse_auto.hpp164 BOOST_CONCEPT_ASSERT((ForwardIterator<Iterator>)); in parse()
183 BOOST_CONCEPT_ASSERT((ForwardIterator<Iterator>)); in phrase_parse()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/cartesian/
H A Ddistance_pythagoras.hpp94 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<Point1>) ); in apply()
95 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<Point2>) ); in apply()
H A Ddistance_pythagoras_box_box.hpp117 BOOST_CONCEPT_ASSERT in apply()
119 BOOST_CONCEPT_ASSERT in apply()
H A Ddistance_pythagoras_point_box.hpp112 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<Point>) ); in apply()
113 BOOST_CONCEPT_ASSERT in apply()

12