Home
last modified time | relevance | path

Searched defs:apply (Results 101 – 125 of 905) sorted by relevance

12345678910>>...37

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/no_ttp/
H A Dless_equal.hpp33 template< typename U1, typename U2 > struct apply struct
35 typedef apply type;
42 template< typename U1, typename U2 > struct apply struct
44 typedef apply type;
51 template< typename U1, typename U2 > struct apply struct
53 typedef apply type;
87 template< typename N1, typename N2 > struct apply struct
94 typedef bool_<value> type;
H A Dgreater.hpp33 template< typename U1, typename U2 > struct apply struct
35 typedef apply type;
42 template< typename U1, typename U2 > struct apply struct
44 typedef apply type;
51 template< typename U1, typename U2 > struct apply struct
53 typedef apply type;
87 template< typename N1, typename N2 > struct apply struct
94 typedef bool_<value> type;
H A Dgreater_equal.hpp33 template< typename U1, typename U2 > struct apply struct
35 typedef apply type;
42 template< typename U1, typename U2 > struct apply struct
44 typedef apply type;
51 template< typename U1, typename U2 > struct apply struct
53 typedef apply type;
87 template< typename N1, typename N2 > struct apply struct
94 typedef bool_<value> type;
H A Dnot_equal_to.hpp33 template< typename U1, typename U2 > struct apply struct
35 typedef apply type;
42 template< typename U1, typename U2 > struct apply struct
44 typedef apply type;
51 template< typename U1, typename U2 > struct apply struct
53 typedef apply type;
87 template< typename N1, typename N2 > struct apply struct
94 typedef bool_<value> type;
H A Dless.hpp33 template< typename U1, typename U2 > struct apply struct
35 typedef apply type;
42 template< typename U1, typename U2 > struct apply struct
44 typedef apply type;
51 template< typename U1, typename U2 > struct apply struct
53 typedef apply type;
87 template< typename N1, typename N2 > struct apply struct
94 typedef bool_<value> type;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/msvc60/
H A Dgreater_equal.hpp33 template< typename U1, typename U2 > struct apply struct
35 typedef apply type;
42 template< typename U1, typename U2 > struct apply struct
44 typedef apply type;
51 template< typename U1, typename U2 > struct apply struct
53 typedef apply type;
91 template< typename N1, typename N2 > struct apply struct
98 typedef bool_<value> type;
H A Dgreater.hpp33 template< typename U1, typename U2 > struct apply struct
35 typedef apply type;
42 template< typename U1, typename U2 > struct apply struct
44 typedef apply type;
51 template< typename U1, typename U2 > struct apply struct
53 typedef apply type;
91 template< typename N1, typename N2 > struct apply struct
98 typedef bool_<value> type;
H A Dless_equal.hpp33 template< typename U1, typename U2 > struct apply struct
35 typedef apply type;
42 template< typename U1, typename U2 > struct apply struct
44 typedef apply type;
51 template< typename U1, typename U2 > struct apply struct
53 typedef apply type;
91 template< typename N1, typename N2 > struct apply struct
98 typedef bool_<value> type;
H A Dequal_to.hpp33 template< typename U1, typename U2 > struct apply struct
35 typedef apply type;
42 template< typename U1, typename U2 > struct apply struct
44 typedef apply type;
51 template< typename U1, typename U2 > struct apply struct
53 typedef apply type;
91 template< typename N1, typename N2 > struct apply struct
98 typedef bool_<value> type;
H A Dless.hpp33 template< typename U1, typename U2 > struct apply struct
35 typedef apply type;
42 template< typename U1, typename U2 > struct apply struct
44 typedef apply type;
51 template< typename U1, typename U2 > struct apply struct
53 typedef apply type;
91 template< typename N1, typename N2 > struct apply struct
98 typedef bool_<value> type;
H A Dunpack_args.hpp23 template< typename F, typename Args > struct apply struct
33 template< typename F, typename Args > struct apply struct
44 template< typename F, typename Args > struct apply struct
55 template< typename F, typename Args > struct apply struct
67 template< typename F, typename Args > struct apply struct
79 template< typename F, typename Args > struct apply struct
97 template< typename Args > struct apply struct
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/
H A Dadvance_backward.hpp57 template< typename Iterator > struct apply struct
62 >::type chunk_result_;
71 >::type type;
91 template< typename Iterator > struct apply struct
93 typedef Iterator iter0;
101 typedef BOOST_PP_CAT(iter,BOOST_PP_FRAME_ITERATION(1)) type;
106 template<> struct apply<int> struct
108 typedef int type;
H A Dadvance_forward.hpp57 template< typename Iterator > struct apply struct
62 >::type chunk_result_;
71 >::type type;
91 template< typename Iterator > struct apply struct
93 typedef Iterator iter0;
100 typedef BOOST_PP_CAT(iter,i_) type;
105 template<> struct apply<int> struct
107 typedef int type;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/filter_view/detail/
H A Dbegin_impl.hpp26 struct apply struct
28 typedef typename Sequence::first_type first_type;
29 typedef typename Sequence::last_type last_type;
30 typedef typename Sequence::pred_type pred_type;
31 typedef typename Sequence::category category;
32 typedef filter_iterator<category, first_type, last_type, pred_type> type;
36 call(Sequence& s) in call()
/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 Dsectionalize.hpp160 static inline void apply(Segment const& seg, in apply() function
194 static inline void apply(Segment const& seg, in apply() function
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
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
271 static inline bool apply(T const [Count], T const [Count]) in apply() function
283 static inline bool apply(Segment const& seg) in apply() function
306 static inline bool apply(Segment const&) in apply() function
316 static inline void apply(T dims[Count], T const value) in apply() function
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iterator/
H A Dminimum_category.hpp27 template <class T1, class T2> struct apply struct
29 typedef T2 type;
36 template <class T1, class T2> struct apply struct
38 typedef T1 type;
45 template <class T1, class T2> struct apply struct
48 typedef T1 type;
55 template <class T1, class T2> struct apply struct
85 struct apply : minimum_category<T1,T2> struct
/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
153 static inline void apply(Indexed const& , Point& ) in apply() function
162 static inline void apply(Indexed const& indexed, Point& centroid, in apply() function
208 static inline void apply(Ring const& ring, in apply() function
248 static inline bool apply(Range const& range, Point& centroid, in apply() function
281 static inline void apply(Polygon const& poly, in apply() function
305 static inline bool apply(Polygon const& poly, Point& centroid, in apply() function
337 static inline void apply(Point const& point, in apply() function
361 static inline bool apply(Multi const& multi, in apply() function
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/
H A Dpair_view.hpp42 template< typename Iter1, typename Iter2 > struct apply struct
44 typedef typename mpl::prior<Iter1>::type i1_;
45 typedef typename mpl::prior<Iter2>::type i2_;
46 typedef pair_iter<i1_,i2_,Category> type;
52 template< typename Iter1, typename Iter2 > struct apply struct
54 typedef pair_iter<Iter1,Iter2,forward_iterator_tag> type;
120 template< typename Iter, typename D > struct apply struct
122 typedef typename mpl::advance< typename Iter::first,D >::type i1_;
123 typedef typename mpl::advance< typename Iter::second,D >::type i2_;
124 typedef pair_iter<i1_,i2_,typename Iter::category> type;
[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 Dvector30.hpp57 template< typename Vector, typename T > struct apply struct
72 > type;
79 template< typename Vector > struct apply struct
92 > type;
99 template< typename Vector, typename T > struct apply struct
114 > type;
121 template< typename Vector > struct apply struct
134 > type;
188 template< typename Vector, typename T > struct apply struct
204 > type;
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/no_ctps/
H A Dunpack_args.hpp23 template< typename F, typename Args > struct apply struct
33 template< typename F, typename Args > struct apply struct
44 template< typename F, typename Args > struct apply struct
55 template< typename F, typename Args > struct apply struct
67 template< typename F, typename Args > struct apply struct
79 template< typename F, typename Args > struct apply struct
97 template< typename Args > struct apply struct
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/msvc70/
H A Dunpack_args.hpp23 template< typename F, typename Args > struct apply struct
33 template< typename F, typename Args > struct apply struct
44 template< typename F, typename Args > struct apply struct
55 template< typename F, typename Args > struct apply struct
67 template< typename F, typename Args > struct apply struct
79 template< typename F, typename Args > struct apply struct
97 template< typename Args > struct apply struct
/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.hpp34 struct apply< F,na,na,na,na,na > struct
59 struct apply< F,T1,na,na,na,na > struct
84 struct apply< F,T1,T2,na,na,na > struct
109 struct apply< F,T1,T2,T3,na,na > struct
134 struct apply< F,T1,T2,T3,T4,na > struct
163 struct apply struct
/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.hpp34 struct apply< F,na,na,na,na,na > struct
59 struct apply< F,T1,na,na,na,na > struct
84 struct apply< F,T1,T2,na,na,na > struct
109 struct apply< F,T1,T2,T3,na,na > struct
134 struct apply< F,T1,T2,T3,T4,na > struct
163 struct apply struct
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/dmc/
H A Dapply.hpp34 struct apply< F,na,na,na,na,na > struct
59 struct apply< F,T1,na,na,na,na > struct
84 struct apply< F,T1,T2,na,na,na > struct
109 struct apply< F,T1,T2,T3,na,na > struct
134 struct apply< F,T1,T2,T3,T4,na > struct
163 struct apply struct
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/gcc/
H A Dapply.hpp34 struct apply< F,na,na,na,na,na > struct
59 struct apply< F,T1,na,na,na,na > struct
84 struct apply< F,T1,T2,na,na,na > struct
109 struct apply< F,T1,T2,T3,na,na > struct
134 struct apply< F,T1,T2,T3,T4,na > struct
163 struct apply struct

12345678910>>...37