/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/ |
D | bind.hpp | 75 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 …]
|
D | advance_backward.hpp | 18 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 …]
|
D | advance_forward.hpp | 18 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 …]
|
D | apply.hpp | 34 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
|
D | arg.hpp | 24 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 …]
|
D | greater.hpp | 33 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
|
D | equal_to.hpp | 33 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
|
D | greater_equal.hpp | 33 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
|
D | less.hpp | 33 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
|
D | less_equal.hpp | 33 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
|
D | not_equal_to.hpp | 33 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
|
D | times.hpp | 33 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
|
D | minus.hpp | 33 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
|
D | plus.hpp | 33 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
|
D | quote.hpp | 32 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_/ |
D | advance_forward.hpp | 57 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;
|
D | advance_backward.hpp | 57 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;
|
D | numeric_op.hpp | 101 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;
|
D | at_impl.hpp | 30 template< typename Sequence, typename N > struct apply struct 35 >::type iter_; 37 typedef typename deref<iter_>::type type;
|
D | begin_end_impl.hpp | 51 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;
|
D | na.hpp | 73 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/ |
D | advance.hpp | 36 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_/ |
D | begin_end.hpp | 30 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_/ |
D | begin_end.hpp | 27 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;
|
D | clear.hpp | 26 template< typename List > struct apply struct 28 typedef l_end type;
|