Home
last modified time | relevance | path

Searched refs:aux (Results 1 – 25 of 139) sorted by relevance

123456

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
Dbind.hpp15 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 …]
Dquote.hpp36 , 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
Dfull_lambda.hpp14 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_/
DO1_size_impl.hpp35 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>
Dinserter_algorithm.hpp44 : 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 …]
Dbegin_end_impl.hpp29 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;
Dlambda_support.hpp97 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)> >* \
Dvalue_wknd.hpp27 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
Darithmetic_op.hpp45 namespace aux { namespace
61 typename aux::largest_int<
70 : aux::BOOST_PP_CAT(AUX778076_OP_PREFIX,_wknd)<
71 typename aux::largest_int<
Dadl_barrier.hpp33 namespace BOOST_MPL_AUX_ADL_BARRIER_NAMESPACE { namespace aux {} } namespace
35 namespace aux { using namespace BOOST_MPL_AUX_ADL_BARRIER_NAMESPACE::aux; } namespace
Dnested_type_wknd.hpp25 namespace boost { namespace mpl { namespace aux { namespace
34 aux::nested_type_wknd<T> \
38 ::boost::mpl::aux::nested_type_wknd<T> \
Dpush_back_impl.hpp53 : 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)
Dpush_front_impl.hpp54 : 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/
Dsequence_tag.hpp45 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
Dtag.hpp24 namespace aux { namespace
34 aux::has_tag<T>
35 , aux::tag_impl<T>
42 aux::has_tag<T>
43 , aux::tag_impl<T>
Dhas_xxx.hpp54 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 …]
Dis_sequence.hpp44 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>
Dbind.hpp120 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 …]
Dremove_if.hpp29 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_/
Dsize.hpp28 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> >
Dat.hpp41 : 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>
Dempty.hpp29 struct empty_impl< aux::vector_tag >
43 struct empty_impl< aux::vector_tag<0> >
54 struct empty_impl< aux::vector_tag<N> >
Dvector0.hpp33 typedef aux::vector_tag tag;
39 static aux::type_wrapper<void_> item_(...);
41 typedef aux::vector_tag<0> tag;
Ditem.hpp44 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.h107 #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] = \

123456