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

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
cpp_type_traits.h 78 struct __true_type { }; struct
87 { typedef __true_type __type; };
110 typedef __true_type __type;
125 typedef __true_type __type;
145 typedef __true_type __type;
152 typedef __true_type __type;
159 typedef __true_type __type;
166 typedef __true_type __type;
174 typedef __true_type __type;
183 typedef __true_type __type
    [all...]
  /external/stlport/stlport/stl/
type_manips.h 23 struct __true_type {}; struct
28 using _STLP_STD::__true_type;
36 { typedef __true_type _Ret; };
39 struct __bool2type<1> { typedef __true_type _Ret; };
49 struct __type2bool<__true_type> { enum {_Ret = 1}; };
59 struct _Not<__false_type> { typedef __true_type _Ret; };
66 struct _Land2<__true_type, __true_type> { typedef __true_type _Ret; };
73 struct _Land3<__true_type, __true_type, __true_type> { typedef __true_type _Ret; }
    [all...]
  /external/stlport/test/unit/
mvctor_declaration_test.cpp 37 // libstdc++ sometimes exposed its own __true_type in
39 # define __true_type std::__true_type macro
43 static bool type_to_bool(__true_type)
123 typedef __true_type implemented;
128 typedef __true_type implemented;
133 typedef __true_type implemented;
138 typedef __true_type implemented;
143 typedef __true_type implemented;
148 typedef __true_type implemented
    [all...]
type_traits_test.cpp 58 // libstdc++ sometimes exposed its own __true_type type in global
60 # define __true_type std::__true_type macro
64 int type_to_value(__true_type)
120 typedef __true_type has_trivial_default_constructor;
121 typedef __true_type has_trivial_copy_constructor;
122 typedef __true_type has_trivial_assignment_operator;
123 typedef __true_type has_trivial_destructor;
124 typedef __true_type is_POD_type;
174 CPPUNIT_ASSERT( __type2bool<__true_type>::_Ret == 1 )
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
type_manips.h 23 struct __true_type {}; struct
28 using _STLP_STD::__true_type;
36 { typedef __true_type _Ret; };
39 struct __bool2type<1> { typedef __true_type _Ret; };
49 struct __type2bool<__true_type> { enum {_Ret = 1}; };
59 struct _Not<__false_type> { typedef __true_type _Ret; };
66 struct _Land2<__true_type, __true_type> { typedef __true_type _Ret; };
73 struct _Land3<__true_type, __true_type, __true_type> { typedef __true_type _Ret; }
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
mvctor_declaration_test.cpp 37 // libstdc++ sometimes exposed its own __true_type in
39 # define __true_type std::__true_type macro
43 static bool type_to_bool(__true_type)
123 typedef __true_type implemented;
128 typedef __true_type implemented;
133 typedef __true_type implemented;
138 typedef __true_type implemented;
143 typedef __true_type implemented;
148 typedef __true_type implemented
    [all...]
type_traits_test.cpp 58 // libstdc++ sometimes exposed its own __true_type type in global
60 # define __true_type std::__true_type macro
64 int type_to_value(__true_type)
120 typedef __true_type has_trivial_default_constructor;
121 typedef __true_type has_trivial_copy_constructor;
122 typedef __true_type has_trivial_assignment_operator;
123 typedef __true_type has_trivial_destructor;
124 typedef __true_type is_POD_type;
174 CPPUNIT_ASSERT( __type2bool<__true_type>::_Ret == 1 )
    [all...]
  /ndk/tests/device/test-stlport/unit/
mvctor_declaration_test.cpp 37 // libstdc++ sometimes exposed its own __true_type in
39 # define __true_type std::__true_type macro
43 static bool type_to_bool(__true_type)
123 typedef __true_type implemented;
128 typedef __true_type implemented;
133 typedef __true_type implemented;
138 typedef __true_type implemented;
143 typedef __true_type implemented;
148 typedef __true_type implemented
    [all...]
type_traits_test.cpp 58 // libstdc++ sometimes exposed its own __true_type type in global
60 # define __true_type std::__true_type macro
64 int type_to_value(__true_type)
120 typedef __true_type has_trivial_default_constructor;
121 typedef __true_type has_trivial_copy_constructor;
122 typedef __true_type has_trivial_assignment_operator;
123 typedef __true_type has_trivial_destructor;
124 typedef __true_type is_POD_type;
174 CPPUNIT_ASSERT( __type2bool<__true_type>::_Ret == 1 )
    [all...]

Completed in 316 milliseconds