Home
last modified time | relevance | path

Searched defs:trait (Results 1 – 13 of 13) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
Dtraits_lambda_spec.hpp24 # define BOOST_MPL_ALGORITM_TRAITS_LAMBDA_SPEC_IMPL(i, trait) /**/ argument
28 # define BOOST_MPL_ALGORITM_TRAITS_LAMBDA_SPEC_IMPL(i, trait) \ argument
39 # define BOOST_MPL_ALGORITM_TRAITS_LAMBDA_SPEC_IMPL(i, trait) \ argument
58 #define BOOST_MPL_ALGORITM_TRAITS_LAMBDA_SPEC(i, trait) \ argument
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/detail/
Dtype_trait_def.hpp17 #define BOOST_TT_AUX_TYPE_TRAIT_DEF1(trait,T,result) \ argument
28 #define BOOST_TT_AUX_TYPE_TRAIT_SPEC1(trait,spec,result) \ argument
37 #define BOOST_TT_AUX_TYPE_TRAIT_IMPL_SPEC1(trait,spec,result) \ argument
45 #define BOOST_TT_AUX_TYPE_TRAIT_PARTIAL_SPEC1_1(param,trait,spec,result) \ argument
53 #define BOOST_TT_AUX_TYPE_TRAIT_PARTIAL_SPEC1_2(param1,param2,trait,spec,result) \ argument
61 #define BOOST_TT_AUX_TYPE_TRAIT_IMPL_PARTIAL_SPEC1_1(param,trait,spec,result) \ argument
Dbool_trait_def.hpp67 #define BOOST_TT_AUX_BOOL_TRAIT_DEF1(trait,T,C) \ argument
80 #define BOOST_TT_AUX_BOOL_TRAIT_DEF2(trait,T1,T2,C) \ argument
92 #define BOOST_TT_AUX_BOOL_TRAIT_DEF3(trait,T1,T2,T3,C) \ argument
104 #define BOOST_TT_AUX_BOOL_TRAIT_SPEC1(trait,sp,C) \ argument
114 #define BOOST_TT_AUX_BOOL_TRAIT_SPEC2(trait,sp1,sp2,C) \ argument
124 #define BOOST_TT_AUX_BOOL_TRAIT_IMPL_SPEC1(trait,sp,C) \ argument
132 #define BOOST_TT_AUX_BOOL_TRAIT_IMPL_SPEC2(trait,sp1,sp2,C) \ argument
140 #define BOOST_TT_AUX_BOOL_TRAIT_PARTIAL_SPEC1_1(param,trait,sp,C) \ argument
149 #define BOOST_TT_AUX_BOOL_TRAIT_PARTIAL_SPEC1_2(param1,param2,trait,sp,C) \ argument
158 #define BOOST_TT_AUX_BOOL_TRAIT_PARTIAL_SPEC2_1(param,trait,sp1,sp2,C) \ argument
[all …]
Dsize_t_trait_def.hpp33 #define BOOST_TT_AUX_SIZE_T_TRAIT_DEF1(trait,T,C) \ argument
45 #define BOOST_TT_AUX_SIZE_T_TRAIT_SPEC1(trait,spec,C) \ argument
55 #define BOOST_TT_AUX_SIZE_T_TRAIT_PARTIAL_SPEC1_1(param,trait,spec,C) \ argument
/ndk/tests/device/test-stlport_static-exception/jni/
Dhas_nothrow_constructor.cpp61 static const bool trait = __has_nothrow_constructor(T); member in My2
65 const bool My2<T>::trait; member in My2<T>
70 { static const bool trait = b; }; member
73 const bool My3_help<T, b>::trait; member in My3_help<T, b>
Dhas_nothrow_copy-1.cpp91 static const bool trait = __has_nothrow_copy(T); member in My2
95 const bool My2<T>::trait; member in My2<T>
99 { static const bool trait = b; }; member
102 const bool My3_help<T, b>::trait; member in My3_help<T, b>
Dhas_nothrow_assign.cpp101 static const bool trait = __has_nothrow_assign(T); member in My2
105 const bool My2<T>::trait; member in My2<T>
109 { static const bool trait = b; }; member
112 const bool My3_help<T, b>::trait; member in My3_help<T, b>
/ndk/tests/device/test-stlport_shared-exception/jni/
Dhas_nothrow_constructor.cpp61 static const bool trait = __has_nothrow_constructor(T); member in My2
65 const bool My2<T>::trait; member in My2<T>
70 { static const bool trait = b; }; member
73 const bool My3_help<T, b>::trait; member in My3_help<T, b>
Dhas_nothrow_copy-1.cpp91 static const bool trait = __has_nothrow_copy(T); member in My2
95 const bool My2<T>::trait; member in My2<T>
99 { static const bool trait = b; }; member
102 const bool My3_help<T, b>::trait; member in My3_help<T, b>
Dhas_nothrow_assign.cpp101 static const bool trait = __has_nothrow_assign(T); member in My2
105 const bool My2<T>::trait; member in My2<T>
109 { static const bool trait = b; }; member
112 const bool My3_help<T, b>::trait; member in My3_help<T, b>
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
Dhas_xxx.hpp93 # define BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF_(trait, name, default_) \ argument
135 # define BOOST_MPL_AUX_HAS_XXX_TRAIT_SPEC(trait, T) \ argument
144 # define BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(trait, name, unused) \ argument
149 # define BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(trait, name, unused) \ argument
167 # define BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(trait, name, default_) \ argument
200 # define BOOST_MPL_HAS_XXX_TRAIT_NAMED_BCB_DEF(trait, trait_tester, name, default_) \ argument
226 # define BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(trait, name, default_) \ argument
235 # define BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(trait, name, default_) \ argument
266 # define BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(trait, name, default_) \ argument
602 # define BOOST_MPL_HAS_XXX_TEMPLATE_NAMED_DEF(trait, name, default_) \ argument
[all …]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
Dis_convertible.hpp381 # define TT_AUX_BOOL_CV_VOID_TRAIT_SPEC2_PART1(trait,spec1,spec2,value) \ argument
388 # define TT_AUX_BOOL_CV_VOID_TRAIT_SPEC2(trait,spec1,spec2,value) \ argument
Dbroken_compiler_spec.hpp37 # define BOOST_TT_AUX_BROKEN_TYPE_TRAIT_SPEC1(trait,spec,result) \ argument