| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/vector/aux_/preprocessed/no_ctps/ |
| H A D | vector10.hpp | 28 template< typename V_, typename N > struct apply struct 38 template< typename Vector > struct apply struct 53 template< typename Vector > struct apply struct 76 template< typename Vector, typename T > struct apply struct 87 template< typename Vector > struct apply struct 98 template< typename Vector, typename T > struct apply struct 110 template< typename Vector > struct apply struct 132 template< typename V_, typename N > struct apply struct 142 template< typename Vector > struct apply struct 151 template< typename Vector > struct apply struct [all …]
|
| H A D | vector20.hpp | 45 template< typename Vector, typename T > struct apply struct 62 template< typename Vector > struct apply struct 77 template< typename Vector, typename T > struct apply struct 94 template< typename Vector > struct apply struct 120 template< typename V_, typename N > struct apply struct 130 template< typename Vector > struct apply struct 139 template< typename Vector > struct apply struct 148 template< typename Vector > struct apply struct 157 template< typename Vector > struct apply struct 172 template< typename Vector > struct apply struct [all …]
|
| H A D | vector30.hpp | 57 template< typename Vector, typename T > struct apply struct 79 template< typename Vector > struct apply struct 99 template< typename Vector, typename T > struct apply struct 121 template< typename Vector > struct apply struct 152 template< typename V_, typename N > struct apply struct 162 template< typename Vector > struct apply struct 171 template< typename Vector > struct apply struct 180 template< typename Vector > struct apply struct 189 template< typename Vector > struct apply struct 204 template< typename Vector > struct apply struct [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/distance/ |
| H A D | segment_to_box.hpp | 98 static inline return_type apply(Segment const& segment, in apply() function in boost::geometry::detail::distance::segment_to_box_2D_generic 112 >::apply(strategy); in apply() 126 cd[i] = cstrategy.apply(box_points[i], p[0], p[1]); in apply() 135 bit_min[0] = point_to_point_range::apply(p[0], in apply() 140 bit_min[1] = point_to_point_range::apply(p[1], in apply() 162 return strategy.apply(box_points[imin], p[0], p[1]); in apply() 167 return strategy.apply(p[bimin], in apply() 213 static inline return_type apply(Segment const& segment, in apply() function in boost::geometry::detail::distance::segment_to_box_2D_generic 227 >::apply(strategy); in apply() 242 cd[i] = cstrategy.apply(box_points[i], p[0], p[1]); in apply() [all …]
|
| H A D | point_to_geometry.hpp | 66 apply(P1 const& p1, P2 const& p2, Strategy const& strategy) in apply() function 69 return strategy.apply(p1, p2); in apply() 102 static inline return_type apply(Point const& point, Range const& range, in apply() function in boost::geometry::detail::distance::point_to_range 126 = point_to_point_range::apply(point, in apply() 132 >::apply(strategy), in apply() 140 strategy.apply(point, *it_pair.first, *it_pair.second); in apply() 159 static inline return_type apply(Point const& point, in apply() function 171 >::apply(point, ring, strategy); in apply() 200 static inline return_type apply(Point const& point, in apply() function 212 return per_ring::apply(point, *it, strategy); in apply() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/util/ |
| H A D | math.hpp | 91 static inline T apply(T const& value) in apply() function 101 static inline T apply(T const& value) in apply() function 114 static inline T apply(T const& a, T const& b) in apply() function 117 return greatest(abs<T>::apply(a), abs<T>::apply(b), T(1)); in apply() 128 : factor(greatest(abs<T>::apply(v), T(1))) in equals_factor_policy() 131 : factor(greatest(abs<T>::apply(v0), abs<T>::apply(v1), in equals_factor_policy() 132 abs<T>::apply(v2), abs<T>::apply(v3), in equals_factor_policy() 136 T const& apply(T const&, T const&) const in apply() function 151 static inline T apply(T const&, T const&) in apply() function 162 static inline bool apply(Type const& a, Type const& b, Policy const&) in apply() function [all …]
|
| /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 D | point_to_range.hpp | 46 static inline void apply(Point const& point, in apply() function in boost::geometry::detail::closest_feature::point_to_point_range 63 dist_min = strategy.apply(point, *first, *first); in apply() 68 dist_min = strategy.apply(point, *prev, *it); in apply() 74 Distance dist = strategy.apply(point, *prev, *it); in apply() 97 static inline return_type apply(Point const& point, in apply() function in boost::geometry::detail::closest_feature::point_to_point_range 104 apply(point, first, last, strategy, it_min1, it_min2, dist_min); in apply() 109 static inline return_type apply(Point const& point, in apply() function in boost::geometry::detail::closest_feature::point_to_point_range 121 return apply(point, first, last, strategy, dist_min); in apply() 125 static inline return_type apply(Point const& point, in apply() function in boost::geometry::detail::closest_feature::point_to_point_range 130 return apply(point, in apply() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/io/wkt/ |
| H A D | write.hpp | 66 static inline void apply(std::basic_ostream<Char, Traits>& os, P const& p) in apply() function 69 stream_coordinate<P, I + 1, Count>::apply(os, p); in apply() 77 static inline void apply(std::basic_ostream<Char, Traits>&, P const&) in apply() function 83 static inline const char* apply() { return "LINESTRING("; } in apply() function 89 static inline const char* apply() { return "POLYGON(("; } in apply() function 94 static inline const char* apply() { return "("; } in apply() function 99 static inline const char* apply() { return ")"; } in apply() function 104 static inline const char* apply() { return "))"; } in apply() function 114 static inline void apply(std::basic_ostream<Char, Traits>& os, Point const& p) in apply() function 116 os << Policy::apply() << "("; in apply() [all …]
|
| /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 | distance_concept.hpp | 56 static void apply(ApplyMethod) in apply() function 58 // 1: inspect and define both arguments of apply in apply() 97 // 5) must implement apply with arguments in apply() 101 rtype r = str->apply(*p1, *p2); in apply() 103 // 6) must define (meta)struct "get_comparable" with apply in apply() 107 >::apply(*str); in apply() 109 // 7) must define (meta)struct "result_from_distance" with apply in apply() 114 >::apply(*str, 1.0); in apply() 126 checker::apply(&Strategy::template apply<Point1, Point2>); in BOOST_CONCEPT_USAGE() 145 static void apply(ApplyMethod) in apply() function [all …]
|
| H A D | within_concept.hpp | 44 static void apply(ApplyMethod const&, ResultMethod const& ) in apply() function 55 // CHECK: apply-arguments should both fulfill point concept in apply() 66 // CHECK: return types (result: int, apply: bool) in apply() 87 // CHECK: calling method apply and result in apply() 93 bool b = str->apply(*p, *sp, *sp, *st); in apply() 106 checker::apply(&Strategy::apply, &Strategy::result); in BOOST_CONCEPT_USAGE() 119 static void apply(ApplyMethod const&) in apply() function 130 // CHECK: apply-arguments should fulfill point/box concept in apply() 141 // CHECK: return types (apply: bool) in apply() 154 // CHECK: calling method apply in apply() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/bcc/ |
| H A D | apply_wrap.hpp | 21 typedef typename F::template apply<na> type; 26 typedef typename F::apply type; 50 typedef typename F::template apply< 65 typedef typename F::template apply< 81 typedef typename F::template apply< 97 typedef typename F::template apply< 113 typedef typename F::template apply< 146 typedef typename F::template apply< 160 typedef typename F::template apply< 176 typedef typename F::template apply< [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/function_types/detail/ |
| H A D | components_as_mpl_sequence.hpp | 29 template< typename S > struct apply struct 36 template< typename S > struct apply struct 43 template< typename S > struct apply struct 50 template< typename S > struct apply struct 57 template< typename S, typename N > struct apply struct 64 template< typename S > struct apply struct 71 template< typename S > struct apply struct 79 struct apply struct 82 typedef apply type; argument 91 struct apply struct [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/algorithms/ |
| H A D | margin.hpp | 36 // static inline typename default_margin_result<Box>::type apply(Box const& b) 38 // return margin_for_each_edge<Box, CurrentDimension, EdgeDimension - 1>::apply(b) * 48 // static inline typename default_margin_result<Box>::type apply(Box const& b) 50 // return margin_for_each_edge<Box, CurrentDimension, CurrentDimension - 1>::apply(b); 59 // static inline typename default_margin_result<Box>::type apply(Box const& b) 68 // static inline typename default_margin_result<Box>::type apply(Box const& /*b*/) 80 // static inline typename default_margin_result<Box>::type apply(Box const& b) 82 // return margin_for_each_dimension<Box, CurrentDimension - 1>::apply(b) + 83 // margin_for_each_edge<Box, CurrentDimension>::apply(b); 90 // static inline typename default_margin_result<Box>::type apply(Box const& b) [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/bcc_pre590/ |
| H A D | apply_wrap.hpp | 28 typedef typename F::template apply< 45 typedef typename F::template apply< 60 typedef typename F::template apply< 76 typedef typename F::template apply< 92 typedef typename F::template apply< 108 typedef typename F::template apply< 141 typedef typename F::template apply< 155 typedef typename F::template apply< 171 typedef typename F::template apply< 187 typedef typename F::template apply< [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/mwcw/ |
| H A D | apply_wrap.hpp | 28 typedef typename F::template apply< 45 typedef typename F::template apply< 60 typedef typename F::template apply< 76 typedef typename F::template apply< 92 typedef typename F::template apply< 108 typedef typename F::template apply< 141 typedef typename F::template apply< 155 typedef typename F::template apply< 171 typedef typename F::template apply< 187 typedef typename F::template apply< [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/bcc551/ |
| H A D | apply_wrap.hpp | 28 typedef typename F::template apply< 45 typedef typename F::template apply< 60 typedef typename F::template apply< 76 typedef typename F::template apply< 92 typedef typename F::template apply< 108 typedef typename F::template apply< 141 typedef typename F::template apply< 155 typedef typename F::template apply< 171 typedef typename F::template apply< 187 typedef typename F::template apply< [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/vector/aux_/preprocessed/plain/ |
| H A D | vector10.hpp | 37 template< typename Vector, typename T > struct apply struct 48 template< typename Vector > struct apply struct 59 template< typename Vector, typename T > struct apply struct 71 template< typename Vector > struct apply struct 105 template< typename Vector, typename T > struct apply struct 118 template< typename Vector > struct apply struct 129 template< typename Vector, typename T > struct apply struct 142 template< typename Vector > struct apply struct 177 template< typename Vector, typename T > struct apply struct 190 template< typename Vector > struct apply struct [all …]
|
| /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 D | has_invalid_coordinate.hpp | 38 static inline bool apply(Geometry const&, VisitPolicy& visitor) in apply() function 40 return ! visitor.template apply<no_failure>(); in apply() 47 static inline bool apply(Point const& point, VisitPolicy& visitor) in apply() function 54 (! visitor.template apply<failure_invalid_coordinate>()) in apply() 56 (! visitor.template apply<no_failure>()); in apply() 60 static inline bool apply(Point const& point) in apply() function 69 static inline bool apply(Geometry const& geometry, VisitPolicy& visitor) in apply() function 74 return point_has_invalid_coordinate::apply(p0, visitor) in apply() 75 || point_has_invalid_coordinate::apply(p1, visitor); in apply() 85 static inline bool apply(Point const& point) in apply() function [all …]
|
| H A D | ring.hpp | 58 static inline bool apply(Ring const&, VisitPolicy& visitor) in apply() function 62 return visitor.template apply<no_failure>(); in apply() 70 static inline bool apply(Ring const& ring, VisitPolicy& visitor) in apply() function 76 return visitor.template apply<no_failure>(); in apply() 80 return visitor.template apply<failure_not_closed>(); in apply() 105 static inline bool apply(Ring const& ring, VisitPolicy& visitor, in apply() function 131 = ring_area_type::apply(ring, in apply() 135 return visitor.template apply<no_failure>(); in apply() 139 return visitor.template apply<failure_wrong_orientation>(); in apply() 155 static inline bool apply(Ring const& ring, VisitPolicy& visitor, in apply() function [all …]
|
| H A D | polygon.hpp | 90 inline bool apply(Ring const& ring) const in apply() function 95 >::apply(ring, m_policy, m_strategy); in apply() 112 >::apply(boost::begin(interior_rings), in has_valid_interior_rings() 120 static inline bool apply(Polygon const& polygon, in apply() function 127 debug_phase::apply(1); in apply() 133 >::apply(exterior_ring(polygon), visitor, strategy)) in apply() 139 debug_phase::apply(2); in apply() 186 inline void apply(Box& total, partition_item<Iterator, Box> const& item) const in apply() function 200 inline bool apply(Box const& box, partition_item<Iterator, Box> const& item) const in apply() function 229 return pob::apply(point, points_begin(first), points_end(first)) in is_within() [all …]
|
| /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 D | result.hpp | 284 static inline bool apply(Mask const&) in apply() function 294 static inline bool apply(Mask const& mask) in apply() function 319 static inline bool apply(Masks const& masks) in apply() function 323 return interrupt_dispatch<mask_type, true>::template apply<F1, F2, V>(mask) in apply() 324 && interrupt_dispatch_tuple<Masks, I+1>::template apply<F1, F2, V>(masks); in apply() 332 static inline bool apply(Masks const& ) in apply() function 345 // static inline bool apply(mask_type const& mask) 347 // return interrupt_dispatch_tuple<mask_type>::template apply<F1, F2, V>(mask); 357 static inline bool apply(mask_type const& mask) in apply() function 359 return interrupt_dispatch_tuple<mask_type>::template apply<F1, F2, V>(mask); in apply() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/ |
| H A D | convert.hpp | 80 static inline void apply(Point const& point, Box& box) in apply() function 90 >::apply(point, box); in apply() 104 static inline void apply(Point const& , Box& ) in apply() function 111 static inline void apply(Box const& box, Range& range) in apply() function 113 traits::resize<Range>::apply(range, Close ? 5 : 4); in apply() 125 static inline void apply(Segment const& segment, Range& range) in apply() function 127 traits::resize<Range>::apply(range, 2); in apply() 156 static inline void apply(Range1 const& source, Range2& destination) in apply() function 198 static inline void apply(Polygon1 const& source, Polygon2& destination) in apply() function 202 per_ring::apply(geometry::exterior_ring(source), in apply() [all …]
|
| H A D | convex_hull.hpp | 64 static inline OutputIterator apply(Geometry const& geometry, in apply() function 69 strategy.apply(geometry, state); in apply() 78 static inline void apply(Geometry const& geometry, OutputGeometry& out, in apply() function 85 >::apply(geometry, in apply() 117 static inline void apply(Box const& box, OutputGeometry& out, in apply() function 153 static inline void apply(Geometry const& geometry, in apply() function 158 dispatch::convex_hull<Geometry>::apply(geometry, out, strategy); in apply() 162 static inline void apply(Geometry const& geometry, in apply() function 171 apply(geometry, out, strategy_type()); in apply() 178 static inline OutputIterator apply(Geometry const& geometry, in apply() function [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/disjoint/ |
| H A D | multipoint_geometry.hpp | 70 inline bool apply(Point const& point) const in apply() function in boost::geometry::detail::disjoint::multipoint_multipoint::unary_disjoint_predicate 83 static inline bool apply(MultiPoint1 const& multipoint1, in apply() function in boost::geometry::detail::disjoint::multipoint_multipoint 103 >::apply(boost::begin(multipoint2), in apply() 117 static inline void apply(Box& total, Point const& point) in apply() function 131 inline void apply(Box& total, Segment const& segment) const in apply() function 143 static inline bool apply(Box const& box, Point const& point) in apply() function 158 inline bool apply(Box const& box, Segment const& segment) const in apply() function 160 return ! dispatch::disjoint<Segment, Box>::apply(segment, box, m_strategy); in apply() 176 inline bool apply(Item1 const& item1, Item2 const& item2) in apply() function in boost::geometry::detail::disjoint::multipoint_linear::item_visitor_type 179 && ! dispatch::disjoint<Item1, Item2>::apply(item1, item2, m_strategy)) in apply() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/sections/ |
| H A D | sectionalize.hpp | 160 static inline void apply(Segment const& seg, in apply() function 179 >::apply(seg, directions); in apply() 194 static inline void apply(Segment const& seg, in apply() function 216 >::apply(seg, directions); in apply() 230 static inline void apply(Segment const&, int [Count]) in apply() function 239 static inline void apply(T const source[Count], T target[Count]) in apply() function 242 copy_loop<T, Index + 1, Count>::apply(source, target); in apply() 249 static inline void apply(T const [Count], T [Count]) in apply() function 257 static inline bool apply(T const array1[Count], T const array2[Count]) in apply() function 264 >::apply(array1, array2); in apply() [all …]
|