Searched refs:__false_type (Results 1 - 25 of 42) sorted by relevance

12

/external/stlport/test/unit/
H A Dtype_traits_test.cpp61 # define __false_type std::__false_type macro
66 int type_to_value(__false_type)
175 CPPUNIT_ASSERT( __type2bool<__false_type>::_Ret == 0 );
182 typedef _Not<__false_type>::_Ret _NotFalseRet;
189 typedef _Land2<__true_type, __false_type>::_Ret _TrueFalseRet;
191 typedef _Land2<__false_type, __true_type>::_Ret _FalseTrueRet;
193 typedef _Land2<__false_type, __false_type>::_Ret _FalseFalseRet;
200 typedef _Land3<__true_type, __true_type, __false_type>
[all...]
H A Dmvctor_declaration_test.cpp40 # define __false_type std::__false_type macro
45 static bool type_to_bool(__false_type)
124 typedef __false_type complete;
129 typedef __false_type complete;
134 typedef __false_type complete;
139 typedef __false_type complete;
144 typedef __false_type complete;
149 typedef __false_type complete;
154 typedef __false_type complet
[all...]
H A Duninitialized_test.cpp59 typedef __false_type has_trivial_default_constructor;
64 typedef __false_type is_POD_type;
74 typedef __false_type is_POD_type;
H A Dswap_test.cpp123 if ( typeid(/* _STLP_PRIV */ _SwapImplemented<vector<Obj> >::_Ret) == typeid(_STLP_PRIV __false_type) ) {
/external/stlport/stlport/stl/
H A Dtype_manips.h24 struct __false_type {}; struct
29 using _STLP_STD::__false_type;
42 struct __bool2type<0> { typedef __false_type _Ret; };
52 struct __type2bool<__false_type> { enum {_Ret = 0}; };
56 struct _Not { typedef __false_type _Ret; };
59 struct _Not<__false_type> { typedef __true_type _Ret; };
63 struct _Land2 { typedef __false_type _Ret; };
70 struct _Land3 { typedef __false_type _Ret; };
80 struct _Lor2<__false_type, __false_type> { typede
[all...]
H A Dtype_traits.h34 which is either __true_type or __false_type. The argument to
47 template <class T> void copy(T* source, T* destination, int n, __false_type);
80 { typedef __false_type _Ret; };
130 { typedef __false_type _Ret; };
146 typedef __false_type has_trivial_default_constructor;
147 typedef __false_type has_trivial_copy_constructor;
148 typedef __false_type has_trivial_assignment_operator;
149 typedef __false_type has_trivial_destructor;
150 typedef __false_type is_POD_type;
154 struct __type_traits_aux<__false_type> {
[all...]
H A D_construct.h56 inline void __destroy_aux(_Tp* __pointer, const __false_type& /*_Trivial_destructor*/)
90 inline void _Construct_aux (_T1* __p, const __false_type&) { argument
118 inline void _Copy_Construct_aux(_Tp* __p, const _Tp& __val, const __false_type&) { argument
138 inline void _Param_Construct_aux(_T1* __p, const _T2& __val, const __false_type&) { argument
158 inline void _Move_Construct_Aux(_T1* __p, _T2& __val, const __false_type& /*_IsPOD*/) {
190 __destroy_range_aux(_ForwardIterator __first, _ForwardIterator __last, _Tp*, const __false_type& /*_Trivial_destructor*/) {
192 __destroy_aux(&(*__first), __false_type());
250 inline _Tp __default_constructed_aux(_Tp*, const __false_type&) { argument
H A D_deque.h312 typedef __false_type has_trivial_default_constructor;
316 typedef __false_type is_POD_type;
428 typedef __false_type _Movable;
509 { _M_fill_initialize(__val, __false_type()); }
513 { _M_fill_initialize(__val, __false_type()); }
520 _M_fill_initialize(__x, __false_type());
525 const __false_type&) {
618 const __false_type& /*_IsIntegral*/) {
762 iterator _M_fill_insert_aux(iterator __pos, size_type __n, const value_type& __x, const __false_type& /*_Movable*/);
776 const __false_type
524 _M_initialize_dispatch(_InputIter __first, _InputIter __last, const __false_type&) argument
[all...]
H A D_vector.h140 typedef __false_type _Movable;
144 void _M_insert_overflow_aux(pointer __pos, const _Tp& __x, const __false_type& /*_Movable*/,
151 _M_insert_overflow_aux(__pos, __x_copy, __false_type(), __fill_len, __atend);
154 _M_insert_overflow_aux(__pos, __x, __false_type(), __fill_len, __atend);
157 void _M_insert_overflow(pointer __pos, const _Tp& __x, const __false_type& /*_TrivialCopy*/,
271 const __false_type& /*_IsIntegral*/)
365 const __false_type& /*_IsIntegral*/)
412 void _M_fill_insert_aux (iterator __pos, size_type __n, const _Tp& __x, const __false_type& /*_Movable*/);
473 size_type __n, const __false_type& /*_Movable*/) {
509 const __false_type
507 _M_insert_dispatch(iterator __pos, _InputIterator __first, _InputIterator __last, const __false_type&) argument
[all...]
H A D_vector.c81 void vector<_Tp, _Alloc>::_M_insert_overflow_aux(pointer __pos, const _Tp& __x, const __false_type& /*DO NOT USE!!*/,
141 const _Tp& __x, const __false_type& /*_Movable*/) {
147 _M_fill_insert_aux(__pos, __n, __x_copy, __false_type());
H A D_move_construct_fwk.h63 typedef __false_type implemented;
H A D_tempbuf.h101 void _M_initialize_buffer(const _Tp& val, const __false_type&) { argument
H A D_bvector.h94 typedef __false_type has_trivial_default_constructor;
96 typedef __false_type has_trivial_assignment_operator;
98 typedef __false_type is_POD_type;
241 typedef __false_type has_trivial_default_constructor;
245 typedef __false_type is_POD_type;
538 const __false_type&) {
621 void _M_assign_dispatch(_InputIter __first, _InputIter __last, const __false_type&) argument
707 const __false_type&) {
537 _M_initialize_dispatch(_InputIterator __first, _InputIterator __last, const __false_type&) argument
705 _M_insert_dispatch(iterator __pos, _InputIterator __first, _InputIterator __last, const __false_type&) argument
H A D_iterator_base.h83 # define _STLP_IS_REF_TYPE_REAL_REF(_It, _Tp) __false_type()
99 # define _STLP_IS_REF_TYPE_REAL_REF(_It, _Tp) __false_type()
216 __iterator_category(const _Iter&, const __false_type&) { argument
228 __distance_type(const _Iter&, const __false_type&) { argument
240 __value_type(const _Iter&, const __false_type&) { argument
H A D_uninitialized.h112 const __false_type& /*TrivialUCopy*/)
133 const __false_type& /*BothPtrType*/) {
330 const __false_type& /*_HasDefaultZero*/)
347 const __false_type& /*_TrivialInit*/)
419 _TrivialUCpy __trivial_ucpy, const __false_type& /*_Movable*/)
H A D_algobase.h71 inline void __swap_aux(_Tp& __a, _Tp& __b, const __false_type& /*SwapImplemented*/) {
113 inline void __iter_swap_aux(_ForwardIter1& __i1, _ForwardIter2& __i2, const __false_type& /*OKToSwap*/) {
261 const __false_type& /*IsOKToMemCpy*/) {
282 const __false_type& /*BothPtrType*/) {
300 _OutputIter __result, const __false_type& /*TrivialAssignment*/) {
312 inline _OutputIter __copy_backward_aux(_InputIter __first, _InputIter __last, _OutputIter __result, const __false_type&) { argument
H A D_list.h152 typedef __false_type has_trivial_default_constructor;
156 typedef __false_type is_POD_type;
452 const __false_type& /*_IsIntegral*/) {
483 const __false_type& /*_IsIntegral*/) {
574 const __false_type& /*_IsIntegral*/) {
H A D_string_workaround.h143 void _M_initialize_dispatch(_InputIter __f, _InputIter __l, const __false_type& /*_Integral*/) {
244 _Self& _M_append_dispatch(_InputIter __f, _InputIter __l, const __false_type& /*Integral*/)
283 _Self& _M_assign_dispatch(_InputIter __f, _InputIter __l, const __false_type& /*_Integral*/) {
433 const __false_type& /*Integral*/) {
568 _InputIter __f, _InputIter __l, const __false_type& /*IsIntegral*/) {
H A D_hashtable.h159 typedef __false_type has_trivial_default_constructor;
163 typedef __false_type is_POD_type;
648 typedef __false_type complete;
H A D_deque.c244 const __false_type& /*_Movable*/) {
325 const __false_type& /*_Movable*/) {
369 const __false_type& /*_TrivialInit*/) {
508 const __false_type& /*_Movable*/) {
603 size_type __n, const __false_type& /*_Movable*/) {
695 size_type __n, const __false_type& /*_Movable*/) {
H A D_slist.h128 typedef __false_type has_trivial_default_constructor;
132 typedef __false_type is_POD_type;
370 const __false_type& /*_IsIntegral*/) {
506 const __false_type&) {
543 const __false_type&) {
580 const __false_type&) {
504 _M_insert_after_range(_Node_base* __pos, _InIter __first, _InIter __last, const __false_type&) argument
541 _M_splice_after_range(_Node_base* __pos, _InIter __first, _InIter __last, const __false_type&) argument
578 _M_splice_range(_Node_base* __pos, _InIter __first, _InIter __last, const __false_type&) argument
H A D_alloc.h500 void _M_swap_alloc(_Self& __x, const __false_type& /*_IsStateless*/) {
554 _Tp* allocate(size_type __n, size_type& __allocated_n, const __false_type& /*STLport allocator*/)
H A D_pthread_alloc.h429 typedef __false_type has_trivial_default_constructor;
433 typedef __false_type is_POD_type;
/external/stlport/stlport/stl/pointers/
H A D_tools.h54 char _UseVoidPtrStorageType(const __false_type& /*POD*/, const _Tp&);
59 char _UseConstVoidPtrStorageType(const __false_type& /*POD*/, const _Tp&);
64 char _UseVolatileVoidPtrStorageType(const __false_type& /*POD*/, const _Tp&);
69 char _UseConstVolatileVoidPtrStorageType(const __false_type& /*POD*/, const _Tp&);
H A D_slist.h158 const __false_type&) {
253 const __false_type&) {
314 const __false_type&) {
157 _M_assign_dispatch(_InputIterator __first, _InputIterator __last, const __false_type&) argument
251 _M_insert_after_dispatch(iterator __pos, _InputIterator __first, _InputIterator __last, const __false_type&) argument
312 _M_insert_dispatch(iterator __pos, _InputIterator __first, _InputIterator __last, const __false_type&) argument

Completed in 228 milliseconds

12