HomeSort by relevance Sort by last modified time
    Searched refs:type_wrapper (Results 1 - 9 of 9) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
type_wrapper.hpp 14 // $Id: type_wrapper.hpp 49267 2008-10-11 06:19:02Z agurtovoy $
22 template< typename T > struct type_wrapper struct in namespace:boost::mpl::aux
30 // nested 'type' from 'type_wrapper<T>' when the latter was the result of a
34 template< typename T > struct wrapped_type< type_wrapper<T> >
template_arity.hpp 29 # include <boost/mpl/aux_/type_wrapper.hpp>
101 sizeof(::boost::mpl::aux::arity_helper(type_wrapper<F>(),arity_tag<N>())) - 1
186 arity_helper(type_wrapper< F<BOOST_MPL_PP_PARAMS(i_, T)> >, arity_tag<i_>);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
template_arity.hpp 35 arity_helper(type_wrapper< F<T1> >, arity_tag<1>);
42 arity_helper(type_wrapper< F< T1,T2 > >, arity_tag<2>);
49 arity_helper(type_wrapper< F< T1,T2,T3 > >, arity_tag<3>);
56 arity_helper(type_wrapper< F< T1,T2,T3,T4 > >, arity_tag<4>);
67 arity_helper(type_wrapper< F< T1,T2,T3,T4,T5 > >, arity_tag<5>);
79 arity_helper(type_wrapper< F< T1,T2,T3,T4,T5,T6 > >, arity_tag<6>);
84 sizeof(::boost::mpl::aux::arity_helper(type_wrapper<F>(), arity_tag<N>())) - 1
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/
item.hpp 20 #include <boost/mpl/aux_/type_wrapper.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_);
vector0.hpp 20 #include <boost/mpl/aux_/type_wrapper.hpp>
39 static aux::type_wrapper<void_> item_(...);
at.hpp 22 #include <boost/mpl/aux_/type_wrapper.hpp>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
has_xxx.hpp 21 #include <boost/mpl/aux_/type_wrapper.hpp>
74 static typename msvc_incomplete_array<U>::type tester(type_wrapper<U>);
77 static char (& tester(type_wrapper<U>) )[sizeof(U)+1];
81 sizeof(tester(type_wrapper<T>())) == 1
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_; \
243 boost::mpl::aux::type_wrapper<U> const volatile* \
244 , boost::mpl::aux::type_wrapper<BOOST_MSVC_TYPENAME U::name>* = 0 \
250 typedef boost::mpl::aux::type_wrapper<T> t_;
    [all...]
bind.hpp 31 # include <boost/mpl/aux_/type_wrapper.hpp>
251 // in case if we use 'aux::type_wrapper< bind<...> >' here, and all
  /external/clang/test/SemaCXX/
type-traits.cpp 505 template <typename T> struct type_wrapper { struct
513 int t01[T(__is_function(type_wrapper<void(void)>::type))];
542 int t34[F(__is_function(type_wrapper<void(void)>::ptrtype))];
543 int t35[F(__is_function(type_wrapper<void(void)>::reftype))];
626 int t10[F(__is_object(type_wrapper<void(void)>::type))];
    [all...]

Completed in 223 milliseconds