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

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/detail/
type_trait_def.hpp 17 #define BOOST_TT_AUX_TYPE_TRAIT_DEF1(trait,T,result) \
18 template< typename T > struct trait \
22 BOOST_MPL_AUX_LAMBDA_SUPPORT(1,trait,(T)) \
25 BOOST_TT_AUX_TEMPLATE_ARITY_SPEC(1,trait) \
28 #define BOOST_TT_AUX_TYPE_TRAIT_SPEC1(trait,spec,result) \
29 template<> struct trait<spec> \
33 BOOST_MPL_AUX_LAMBDA_SUPPORT_SPEC(1,trait,(spec)) \
37 #define BOOST_TT_AUX_TYPE_TRAIT_IMPL_SPEC1(trait,spec,result) \
38 template<> struct trait##_impl<spec> \
45 #define BOOST_TT_AUX_TYPE_TRAIT_PARTIAL_SPEC1_1(param,trait,spec,result)
    [all...]
bool_trait_def.hpp 67 #define BOOST_TT_AUX_BOOL_TRAIT_DEF1(trait,T,C) \
68 template< typename T > struct trait \
73 BOOST_MPL_AUX_LAMBDA_SUPPORT(1,trait,(T)) \
76 BOOST_TT_AUX_TEMPLATE_ARITY_SPEC(1,trait) \
80 #define BOOST_TT_AUX_BOOL_TRAIT_DEF2(trait,T1,T2,C) \
81 template< typename T1, typename T2 > struct trait \
86 BOOST_MPL_AUX_LAMBDA_SUPPORT(2,trait,(T1,T2)) \
89 BOOST_TT_AUX_TEMPLATE_ARITY_SPEC(2,trait) \
92 #define BOOST_TT_AUX_BOOL_TRAIT_DEF3(trait,T1,T2,T3,C) \
93 template< typename T1, typename T2, typename T3 > struct trait \
    [all...]
size_t_trait_def.hpp 33 #define BOOST_TT_AUX_SIZE_T_TRAIT_DEF1(trait,T,C) \
34 template< typename T > struct trait \
39 BOOST_MPL_AUX_LAMBDA_SUPPORT(1,trait,(T)) \
42 BOOST_TT_AUX_TEMPLATE_ARITY_SPEC(1,trait) \
45 #define BOOST_TT_AUX_SIZE_T_TRAIT_SPEC1(trait,spec,C) \
46 template<> struct trait<spec> \
51 BOOST_MPL_AUX_LAMBDA_SUPPORT_SPEC(1,trait,(spec)) \
55 #define BOOST_TT_AUX_SIZE_T_TRAIT_PARTIAL_SPEC1_1(param,trait,spec,C) \
56 template< param > struct trait<spec> \
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
traits_lambda_spec.hpp 24 # define BOOST_MPL_ALGORITM_TRAITS_LAMBDA_SPEC_IMPL(i, trait) /**/
28 # define BOOST_MPL_ALGORITM_TRAITS_LAMBDA_SPEC_IMPL(i, trait) \
29 template<> struct trait<void_> \
39 # define BOOST_MPL_ALGORITM_TRAITS_LAMBDA_SPEC_IMPL(i, trait) \
40 template<> struct trait<void_> \
46 template<> struct trait<int> \
58 #define BOOST_MPL_ALGORITM_TRAITS_LAMBDA_SPEC(i, trait) \
59 BOOST_MPL_ALGORITM_TRAITS_LAMBDA_SPEC_IMPL(i, trait) \
60 template<> struct trait<non_sequence_tag> {}; \
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
has_xxx.hpp 93 # define BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF_(trait, name, default_) \
95 struct BOOST_PP_CAT(trait,_impl) : T \
110 struct trait \
114 , BOOST_PP_CAT(trait,_impl)<T> \
119 BOOST_MPL_AUX_HAS_XXX_TRAIT_SPEC(trait, void) \
120 BOOST_MPL_AUX_HAS_XXX_TRAIT_SPEC(trait, bool) \
121 BOOST_MPL_AUX_HAS_XXX_TRAIT_SPEC(trait, char) \
122 BOOST_MPL_AUX_HAS_XXX_TRAIT_SPEC(trait, signed char) \
123 BOOST_MPL_AUX_HAS_XXX_TRAIT_SPEC(trait, unsigned char) \
124 BOOST_MPL_AUX_HAS_XXX_TRAIT_SPEC(trait, signed short)
    [all...]
  /ndk/tests/device/test-stlport_shared-exception/jni/
has_nothrow_constructor.cpp 61 static const bool trait = __has_nothrow_constructor(T); member in class:My2
65 const bool My2<T>::trait; member in class:My2
70 { static const bool trait = b; }; member in struct:My3_help
73 const bool My3_help<T, b>::trait; member in class:My3_help
81 { return My3_help<T>::trait; }
85 && My<T>().f() && My2<T>::trait && My3<T>().f())
88 && !My<T>().f() && !My2<T>::trait && !My3<T>().f())
has_nothrow_assign.cpp 101 static const bool trait = __has_nothrow_assign(T); member in class:My2
105 const bool My2<T>::trait; member in class:My2
109 { static const bool trait = b; }; member in struct:My3_help
112 const bool My3_help<T, b>::trait; member in class:My3_help
120 { return My3_help<T>::trait; }
124 && My<T>().f() && My2<T>::trait && My3<T>().f())
127 && !My<T>().f() && !My2<T>::trait && !My3<T>().f())
has_nothrow_copy-1.cpp 91 static const bool trait = __has_nothrow_copy(T); member in class:My2
95 const bool My2<T>::trait; member in class:My2
99 { static const bool trait = b; }; member in struct:My3_help
102 const bool My3_help<T, b>::trait; member in class:My3_help
110 { return My3_help<T>::trait; }
114 && My<T>().f() && My2<T>::trait && My3<T>().f())
117 && !My<T>().f() && !My2<T>::trait && !My3<T>().f())
  /ndk/tests/device/test-stlport_static-exception/jni/
has_nothrow_constructor.cpp 61 static const bool trait = __has_nothrow_constructor(T); member in class:My2
65 const bool My2<T>::trait; member in class:My2
70 { static const bool trait = b; }; member in struct:My3_help
73 const bool My3_help<T, b>::trait; member in class:My3_help
81 { return My3_help<T>::trait; }
85 && My<T>().f() && My2<T>::trait && My3<T>().f())
88 && !My<T>().f() && !My2<T>::trait && !My3<T>().f())
has_nothrow_assign.cpp 101 static const bool trait = __has_nothrow_assign(T); member in class:My2
105 const bool My2<T>::trait; member in class:My2
109 { static const bool trait = b; }; member in struct:My3_help
112 const bool My3_help<T, b>::trait; member in class:My3_help
120 { return My3_help<T>::trait; }
124 && My<T>().f() && My2<T>::trait && My3<T>().f())
127 && !My<T>().f() && !My2<T>::trait && !My3<T>().f())
has_nothrow_copy-1.cpp 91 static const bool trait = __has_nothrow_copy(T); member in class:My2
95 const bool My2<T>::trait; member in class:My2
99 { static const bool trait = b; }; member in struct:My3_help
102 const bool My3_help<T, b>::trait; member in class:My3_help
110 { return My3_help<T>::trait; }
114 && My<T>().f() && My2<T>::trait && My3<T>().f())
117 && !My<T>().f() && !My2<T>::trait && !My3<T>().f())
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
broken_compiler_spec.hpp 37 # define BOOST_TT_AUX_BROKEN_TYPE_TRAIT_SPEC1(trait,spec,result) \
38 template<> struct trait##_impl<spec> \
is_convertible.hpp 381 # define TT_AUX_BOOL_CV_VOID_TRAIT_SPEC2_PART1(trait,spec1,spec2,value) \
382 BOOST_TT_AUX_BOOL_TRAIT_IMPL_SPEC2(trait,spec1,spec2,value) \
383 BOOST_TT_AUX_BOOL_TRAIT_IMPL_SPEC2(trait,spec1,spec2 const,value) \
384 BOOST_TT_AUX_BOOL_TRAIT_IMPL_SPEC2(trait,spec1,spec2 volatile,value) \
385 BOOST_TT_AUX_BOOL_TRAIT_IMPL_SPEC2(trait,spec1,spec2 const volatile,value) \
388 # define TT_AUX_BOOL_CV_VOID_TRAIT_SPEC2(trait,spec1,spec2,value) \
389 TT_AUX_BOOL_CV_VOID_TRAIT_SPEC2_PART1(trait,spec1,spec2,value) \
390 TT_AUX_BOOL_CV_VOID_TRAIT_SPEC2_PART1(trait,spec1 const,spec2,value) \
391 TT_AUX_BOOL_CV_VOID_TRAIT_SPEC2_PART1(trait,spec1 volatile,spec2,value) \
392 TT_AUX_BOOL_CV_VOID_TRAIT_SPEC2_PART1(trait,spec1 const volatile,spec2,value)
    [all...]
  /external/clang/lib/AST/
StmtPrinter.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
php.js 19 "new or private protected public static switch throw trait try use var while xor " +
clike.js 275 "sealed super this throw trait try trye type val var while with yield _ : = => <- <: " +
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js     [all...]

Completed in 147 milliseconds