Home
last modified time | relevance | path

Searched defs:apply (Results 1 – 25 of 68) sorted by relevance

123

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
Dbind.hpp75 struct apply struct
78 typedef aux::replace_unnamed_arg< F, mpl::arg<1> > r0;
79 typedef typename r0::type a0;
80 typedef typename r0::next n1;
81 typedef typename aux::resolve_bind_arg< a0,U1,U2,U3,U4,U5 >::type f_;
86 >::type type;
127 struct apply struct
130 typedef aux::replace_unnamed_arg< F, mpl::arg<1> > r0;
131 typedef typename r0::type a0;
132 typedef typename r0::next n1;
[all …]
Dadvance_backward.hpp18 template< typename Iterator > struct apply struct
20 typedef Iterator iter0;
21 typedef iter0 type;
28 template< typename Iterator > struct apply struct
30 typedef Iterator iter0;
31 typedef typename prior<iter0>::type iter1;
32 typedef iter1 type;
39 template< typename Iterator > struct apply struct
41 typedef Iterator iter0;
42 typedef typename prior<iter0>::type iter1;
[all …]
Dadvance_forward.hpp18 template< typename Iterator > struct apply struct
20 typedef Iterator iter0;
21 typedef iter0 type;
28 template< typename Iterator > struct apply struct
30 typedef Iterator iter0;
31 typedef typename next<iter0>::type iter1;
32 typedef iter1 type;
39 template< typename Iterator > struct apply struct
41 typedef Iterator iter0;
42 typedef typename next<iter0>::type iter1;
[all …]
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
Darg.hpp24 struct apply struct
26 typedef U1 type;
42 struct apply struct
44 typedef U1 type;
60 struct apply struct
62 typedef U2 type;
78 struct apply struct
80 typedef U3 type;
96 struct apply struct
98 typedef U4 type;
[all …]
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
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;
87 template< typename N1, typename N2 > struct apply struct
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
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
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
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
Dtimes.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;
131 template< typename N1, typename N2 > struct apply struct
Dminus.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;
131 template< typename N1, typename N2 > struct apply struct
Dplus.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;
131 template< typename N1, typename N2 > struct apply struct
Dquote.hpp32 template< typename U1 > struct apply struct
49 template< typename U1, typename U2 > struct apply struct
66 template< typename U1, typename U2, typename U3 > struct apply struct
86 struct apply struct
111 struct apply struct
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
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;
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;
Dnumeric_op.hpp101 template< typename U1, typename U2 > struct apply struct
103 typedef apply type;
111 template< typename U1, typename U2 > struct apply struct
113 typedef apply type;
120 template< typename U1, typename U2 > struct apply struct
122 typedef apply type;
129 template< typename U1, typename U2 > struct apply struct
131 typedef apply type;
138 template< typename U1, typename U2 > struct apply struct
140 typedef apply type;
Dat_impl.hpp30 template< typename Sequence, typename N > struct apply struct
35 >::type iter_;
37 typedef typename deref<iter_>::type type;
Dbegin_end_impl.hpp51 template< typename Sequence > struct apply struct
54 aux::begin_type<Sequence>, void_>::type type;
61 template< typename Sequence > struct apply struct
64 aux::end_type<Sequence>, void_>::type type;
Dna.hpp73 template< typename U > struct apply struct
75 typedef T type;
81 template< typename U > struct apply struct
83 typedef U type;
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
Dadvance.hpp36 template< typename Iterator, typename N > struct apply struct
38 typedef typename less< N,long_<0> >::type backward_;
39 typedef typename if_< backward_, negate<N>, N >::type offset_;
45 >::type f_;
47 typedef typename apply_wrap1<f_,Iterator>::type type;
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/
Dbegin_end.hpp30 template< typename Vector > struct apply struct
32 typedef v_iter<Vector,0> type;
39 template< typename Vector > struct apply struct
41 typedef v_iter<Vector,Vector::size::value> type;
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/list/aux_/
Dbegin_end.hpp27 template< typename List > struct apply struct
29 typedef l_iter<typename List::type> type;
36 template< typename > struct apply struct
38 typedef l_iter<l_end> type;
Dclear.hpp26 template< typename List > struct apply struct
28 typedef l_end type;

123