/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/ |
D | bind.hpp | 15 namespace aux { namespace 78 typedef aux::replace_unnamed_arg< F, mpl::arg<1> > r0; 81 typedef typename aux::resolve_bind_arg< a0,U1,U2,U3,U4,U5 >::type f_; 91 namespace aux { namespace 130 typedef aux::replace_unnamed_arg< F, mpl::arg<1> > r0; 133 typedef typename aux::resolve_bind_arg< a0,U1,U2,U3,U4,U5 >::type f_; 135 typedef aux::replace_unnamed_arg< T1,n1 > r1; 138 typedef aux::resolve_bind_arg< a1,U1,U2,U3,U4,U5 > t1; 149 namespace aux { namespace 188 typedef aux::replace_unnamed_arg< F, mpl::arg<1> > r0; [all …]
|
D | quote.hpp | 36 , aux::has_type< F<U1> >::value 53 , aux::has_type< F< U1,U2 > >::value 70 , aux::has_type< F< U1,U2,U3 > >::value 90 , aux::has_type< F< U1,U2,U3,U4 > >::value 115 , aux::has_type< F< U1,U2,U3,U4,U5 > >::value
|
D | full_lambda.hpp | 14 namespace aux { namespace 79 namespace aux { namespace 125 typedef typename aux::lambda_or< 129 typedef aux::le_result1< 156 namespace aux { namespace 207 typedef typename aux::lambda_or< 211 typedef aux::le_result2< 238 namespace aux { namespace 291 typedef typename aux::lambda_or< 295 typedef aux::le_result3< [all …]
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/ |
D | O1_size_impl.hpp | 35 namespace aux { namespace 48 aux::has_size<Sequence> 49 , aux::O1_size_impl<Sequence> 56 aux::has_size<Sequence> 57 , aux::O1_size_impl<Sequence> 63 aux::has_size<Sequence> 64 , aux::O1_size_impl<Sequence>
|
D | inserter_algorithm.hpp | 44 : aux::name##_impl<BOOST_MPL_PP_PARAMS(arity, P)> \ 53 , aux::name##_impl< \ 57 , aux::reverse_##name##_impl< \ 69 : aux::reverse_##name##_impl<BOOST_MPL_PP_PARAMS(arity, P)> \ 78 , aux::reverse_##name##_impl< \ 82 , aux::name##_impl< \ 102 , aux::name##_impl< \ 106 , aux::reverse_##name##_impl< \ 122 , aux::name##_impl<BOOST_MPL_PP_PARAMS(arity, P)> \ 131 , aux::reverse_##name##_impl< \ [all …]
|
D | begin_end_impl.hpp | 29 namespace aux { namespace 53 typedef typename eval_if<aux::has_begin<Sequence, true_>, 54 aux::begin_type<Sequence>, void_>::type type; 63 typedef typename eval_if<aux::has_begin<Sequence, true_>, 64 aux::end_type<Sequence>, void_>::type type;
|
D | lambda_support.hpp | 97 namespace boost { namespace mpl { namespace aux { namespace 116 ::boost::mpl::aux::yes_tag operator|( \ 117 ::boost::mpl::aux::has_rebind_tag<int> \ 120 ::boost::mpl::aux::no_tag operator|( \ 121 ::boost::mpl::aux::has_rebind_tag<int> \ 128 ::boost::mpl::aux::yes_tag operator|( \ 129 ::boost::mpl::aux::has_rebind_tag<int> \ 130 , ::boost::mpl::aux::has_rebind_tag< name<BOOST_MPL_PP_PARAMS(i,T)> >* \
|
D | value_wknd.hpp | 27 namespace boost { namespace mpl { namespace aux { namespace 45 ::BOOST_MPL_AUX_ADL_BARRIER_NAMESPACE::aux::value_wknd< C > \ 51 ::boost::mpl::aux::value_wknd< C > \ 73 namespace boost { namespace mpl { namespace aux { namespace
|
D | arithmetic_op.hpp | 45 namespace aux { namespace 61 typename aux::largest_int< 70 : aux::BOOST_PP_CAT(AUX778076_OP_PREFIX,_wknd)< 71 typename aux::largest_int<
|
D | adl_barrier.hpp | 33 namespace BOOST_MPL_AUX_ADL_BARRIER_NAMESPACE { namespace aux {} } namespace 35 namespace aux { using namespace BOOST_MPL_AUX_ADL_BARRIER_NAMESPACE::aux; } namespace
|
D | nested_type_wknd.hpp | 25 namespace boost { namespace mpl { namespace aux { namespace 34 aux::nested_type_wknd<T> \ 38 ::boost::mpl::aux::nested_type_wknd<T> \
|
D | push_back_impl.hpp | 53 : aux::has_type< push_back< Seq, has_push_back_arg > > 57 typedef aux::has_type< push_back< Seq, has_push_back_arg > > type; 59 (aux::has_type< push_back< Seq, has_push_back_arg > >::value)
|
D | push_front_impl.hpp | 54 : aux::has_type< push_front< Seq, has_push_front_arg > > 58 typedef aux::has_type< push_front< Seq, has_push_front_arg > > type; 60 (aux::has_type< push_front< Seq, has_push_front_arg > >::value)
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/ |
D | sequence_tag.hpp | 45 namespace aux { 71 : aux::sequence_tag_impl< !aux::is_msvc_eti_arg<Sequence>::value > 78 namespace aux { 111 : aux::sequence_tag_impl< 112 ::boost::mpl::aux::has_tag<Sequence>::value 113 , ::boost::mpl::aux::has_begin<Sequence>::value
|
D | tag.hpp | 24 namespace aux { namespace 34 aux::has_tag<T> 35 , aux::tag_impl<T> 42 aux::has_tag<T> 43 , aux::tag_impl<T>
|
D | has_xxx.hpp | 54 namespace boost { namespace mpl { namespace aux { namespace 94 template< typename T, typename name = ::boost::mpl::aux::has_xxx_tag > \ 97 static boost::mpl::aux::no_tag \ 98 test(void(*)(::boost::mpl::aux::has_xxx_tag)); \ 100 static boost::mpl::aux::yes_tag test(...); \ 104 != sizeof(boost::mpl::aux::no_tag) \ 112 boost::mpl::aux::msvc_is_incomplete<T>::value \ 212 static int resolve( boost::mpl::aux::type_wrapper<U> const volatile * \ 213 , boost::mpl::aux::type_wrapper<typename U::name >* = 0 ); \ 216 typedef boost::mpl::aux::type_wrapper<T> t_; \ [all …]
|
D | is_sequence.hpp | 44 namespace aux { namespace 53 identity< aux::has_tag<T> > 54 , identity< aux::has_begin<T> > 67 aux::msvc_is_class<T> 71 , aux::is_sequence_impl<T>
|
D | bind.hpp | 120 namespace aux { namespace 246 aux::no_tag is_bind_helper(...); 247 template< typename T > aux::no_tag is_bind_helper(protect<T>*); 257 aux::yes_tag is_bind_helper(bind<F,AUX778076_BIND_PARAMS(T)>*); 261 aux::yes_tag is_bind_helper(arg<N>*); 278 sizeof(aux::is_bind_helper(static_cast<T*>(0))) 279 == sizeof(aux::yes_tag) 317 namespace aux { namespace 330 : aux::bind_chooser< 331 aux::bind_count_args<AUX778076_BIND_PARAMS(T)>::value [all …]
|
D | remove_if.hpp | 29 namespace aux { namespace 52 , protect< aux::remove_if_helper< 69 , protect< aux::remove_if_helper<
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/ |
D | size.hpp | 28 struct size_impl< aux::vector_tag > 29 : O1_size_impl< aux::vector_tag > 38 struct size_impl< aux::vector_tag<N> > 39 : O1_size_impl< aux::vector_tag<N> >
|
D | at.hpp | 41 : aux::wrapped_type< typename v_at_impl<Vector,n_>::type > 46 struct at_impl< aux::vector_tag > 65 struct at_impl< aux::vector_tag<n_> > 86 namespace aux { 106 : aux::v_at_impl<n_>::template result_<T>
|
D | empty.hpp | 29 struct empty_impl< aux::vector_tag > 43 struct empty_impl< aux::vector_tag<0> > 54 struct empty_impl< aux::vector_tag<N> >
|
D | vector0.hpp | 33 typedef aux::vector_tag tag; 39 static aux::type_wrapper<void_> item_(...); 41 typedef aux::vector_tag<0> tag;
|
D | item.hpp | 44 static aux::type_wrapper<T> item_(index_); 61 static aux::type_wrapper<T> item_(index_); 79 static aux::type_wrapper<void_> item_(index_); 95 static aux::type_wrapper<void_> item_(index_);
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
D | _watcom.h | 107 #pragma aux __stl_InterlockedIncrement parm [ ecx ] = \ 115 #pragma aux __stl_InterlockedDecrement parm [ ecx ] = \ 123 #pragma aux __stl_InterlockedIncrement parm [ ecx ] = \ 130 #pragma aux __stl_InterlockedDecrement parm [ ecx ] = \ 141 #pragma aux __stl_InterlockedExchange parm [ecx] [eax] = \
|