Home
last modified time | relevance | path

Searched refs:apply (Results 1 – 25 of 2020) sorted by relevance

12345678910>>...81

/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 Dvector10.hpp28 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 Dvector20.hpp45 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 …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/util/
H A Dmath.hpp91 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/distance/
H A Dsegment_to_box.hpp98 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 …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/io/wkt/
H A Dwrite.hpp66 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/function_types/detail/
H A Dcomponents_as_mpl_sequence.hpp29 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/algorithms/detail/is_valid/
H A Dring.hpp58 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 Dhas_invalid_coordinate.hpp38 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 Dpolygon.hpp90 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/index/detail/
H A Dpredicates.hpp132 …static inline bool apply(predicates::satisfies<Fun, false> const& p, Value const& v, Indexable con… in apply() function
142 …static inline bool apply(predicates::satisfies<Fun, true> const& p, Value const& v, Indexable cons… in apply() function
160 static inline bool apply(G1 const& g1, G2 const& g2) in apply() function
170 static inline bool apply(G1 const& g1, G2 const& g2) in apply() function
180 static inline bool apply(G1 const& g1, G2 const& g2) in apply() function
190 static inline bool apply(G1 const& g1, G2 const& g2) in apply() function
200 static inline bool apply(G1 const& g1, G2 const& g2) in apply() function
210 static inline bool apply(G1 const& g1, G2 const& g2) in apply() function
220 static inline bool apply(G1 const& g1, G2 const& g2) in apply() function
230 static inline bool apply(G1 const& g1, G2 const& g2) 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 Dpoint_to_range.hpp46 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/algorithms/
H A Dcentroid.hpp112 static inline void apply(Point const& point, PointCentroid& centroid, in apply() function
132 static inline void apply(Indexed const& indexed, Point& centroid) in apply() function
145 >::apply(indexed, centroid); in apply()
153 static inline void apply(Indexed const& , Point& ) in apply() function
162 static inline void apply(Indexed const& indexed, Point& centroid, in apply() function
168 >::apply(indexed, centroid); in apply()
208 static inline void apply(Ring const& ring, in apply() function
227 previous_pt = transformer.apply(*it); in apply()
232 pt = transformer.apply(*it); in apply()
234 strategy.apply(static_cast<point_type const&>(previous_pt), in apply()
[all …]
H A Dconvex_hull.hpp64 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 …]
H A Dconvert.hpp80 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 Dperimeter.hpp54 static inline return_type apply(Geometry const& geometry, Strategy const& strategy) in apply() function
56 return calculate_null::apply<return_type>(geometry, strategy); in apply()
80 static inline return_type apply(Polygon const& polygon, Strategy const& strategy) in apply() function
82 return calculate_polygon_sum::apply<return_type, policy>(polygon, strategy); in apply()
92 static inline return_type apply(MultiPolygon const& multi, Strategy const& strategy) in apply() function
94 return multi_sum::apply in apply()
115 apply(Geometry const& geometry, Strategy const& strategy) in apply() function
117 return dispatch::perimeter<Geometry>::apply(geometry, strategy); in apply()
122 apply(Geometry const& geometry, default_strategy) in apply() function
129 return dispatch::perimeter<Geometry>::apply(geometry, strategy_type()); in apply()
[all …]
H A Dsimplify.hpp55 static inline void apply(Range const& range, OutputIterator out, in apply() function
66 strategy.apply(range, out, max_distance); in apply()
75 static inline void apply(Range const& range, Range& out, in apply() function
90 static inline void apply(Range const& range, Range& out, in apply() function
110 simplify_copy::apply(range, out, max_distance, strategy); in apply()
114 simplify_range_insert::apply in apply()
140 simplify_range<Minimum>::apply(*it_in, *it_out, max_distance, strategy); in iterate()
157 traits::resize<InteriorRingsOut>::apply(interior_rings_out, in apply_interior_rings()
168 static inline void apply(Polygon const& poly_in, Polygon& poly_out, in apply() function
179 simplify_range<minimum>::apply(exterior_ring(poly_in), 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 Dapply_wrap.hpp21 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/mpl/aux_/preprocessed/bcc_pre590/
H A Dapply_wrap.hpp28 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 Dapply_wrap.hpp28 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 Dapply_wrap.hpp28 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/geometry/algorithms/detail/envelope/
H A Drange.hpp56 static inline void apply(Iterator first, in apply() function
64 initialize<Box, 0, dimension<Box>::value>::apply(mbr); in apply()
70 dispatch::envelope<value_type>::apply(*it, mbr, strategy); in apply()
75 dispatch::expand<Box, value_type>::apply(mbr, *it, strategy); in apply()
81 static inline void apply(Range const& range, Box& mbr, Strategy const& strategy) in apply() function
83 return apply(boost::begin(range), boost::end(range), mbr, strategy); in apply()
93 static inline void apply(MultiRange const& multirange, in apply() function
112 EnvelopePolicy::apply(*it, helper_mbr, strategy); in apply()
114 dispatch::expand<Box, Box>::apply(mbr, helper_mbr, strategy); in apply()
119 EnvelopePolicy::apply(*it, mbr, 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/disjoint/
H A Dmultipoint_geometry.hpp70 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/mpl/vector/aux_/preprocessed/plain/
H A Dvector10.hpp37 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/index/
H A Dequal_to.hpp21 inline static bool apply(Geometry const& g1, Geometry const& g2) in apply() function
30 inline static bool apply(const Geometry * g1, const Geometry * g2) in apply() function
39 inline static bool apply(T const& v1, T const& v2) in apply() function
48 inline static bool apply(const T * v1, const T * v2) in apply() function
57 inline static bool apply(Tuple const& t1, Tuple const& t2) in apply() function
61 return equals<T>::apply(boost::get<I>(t1), boost::get<I>(t2)) in apply()
62 && tuple_equals<Tuple, I+1, N>::apply(t1, t2); in apply()
69 inline static bool apply(Tuple const&, Tuple const&) in apply() function
107 return detail::equals<Value>::apply(l ,r); in operator ()()
135 return detail::equals<T1>::apply(l.first, r.first) in operator ()()
[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 Dresult.hpp284 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
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()
367 ::template apply<F1, F2, V>(mask); in interrupt()
376 static inline bool apply(Mask const& mask, Matrix const& matrix) in apply() function
[all …]

12345678910>>...81