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

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/
in_place_factory.hpp 35 template< BOOST_PP_ENUM_PARAMS(N, class A) >
54 return new(address) T( BOOST_PP_ENUM_PARAMS(N, m_a) );
71 template< BOOST_PP_ENUM_PARAMS(N, class A) >
72 inline BOOST_PP_CAT(in_place_factory,N)< BOOST_PP_ENUM_PARAMS(N, A) >
75 return BOOST_PP_CAT(in_place_factory,N)< BOOST_PP_ENUM_PARAMS(N, A) >
76 ( BOOST_PP_ENUM_PARAMS(N, a) );
base_from_member.hpp 46 template < BOOST_PP_ENUM_PARAMS(n, typename T) > \
48 : member( BOOST_PP_ENUM_PARAMS(n, x) ) \
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/repetition/
enum_params.hpp 21 # /* BOOST_PP_ENUM_PARAMS */
24 # define BOOST_PP_ENUM_PARAMS(count, param) BOOST_PP_REPEAT(count, BOOST_PP_ENUM_PARAMS_M, param)
26 # define BOOST_PP_ENUM_PARAMS(count, param) BOOST_PP_ENUM_PARAMS_I(count, param)
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
has_xxx.hpp 330 template< BOOST_PP_ENUM_PARAMS(BOOST_PP_INC(n), typename V) > class V \
499 template< BOOST_PP_ENUM_PARAMS(BOOST_PP_INC(n), typename U) > class U \
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/detail/
is_function_ptr_helper.hpp 213 template <class R BOOST_PP_COMMA_IF(BOOST_PP_COUNTER) BOOST_PP_ENUM_PARAMS(BOOST_PP_COUNTER,class T)>
214 struct is_function_ptr_helper<R (*)(BOOST_PP_ENUM_PARAMS(BOOST_PP_COUNTER,T))> { BOOST_STATIC_CONSTANT(bool, value = true); };
216 template <class R BOOST_PP_COMMA_IF(BOOST_PP_COUNTER) BOOST_PP_ENUM_PARAMS(BOOST_PP_COUNTER,class T)>
217 struct is_function_ptr_helper<R (*)(BOOST_PP_ENUM_PARAMS(BOOST_PP_COUNTER,T) ...)> { BOOST_STATIC_CONSTANT(bool, value = true); };
is_mem_fun_pointer_impl.hpp     [all...]

Completed in 2726 milliseconds