HomeSort by relevance Sort by last modified time
    Searched refs:__false_type (Results 1 - 25 of 42) sorted by null

1 2

  /external/stlport/stlport/stl/
type_manips.h 24 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> { typedef __false_type _Ret; }
    [all...]
type_traits.h 34 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...]
_construct.h 56 inline void __destroy_aux(_Tp* __pointer, const __false_type& /*_Trivial_destructor*/)
90 inline void _Construct_aux (_T1* __p, const __false_type&) {
118 inline void _Copy_Construct_aux(_Tp* __p, const _Tp& __val, const __false_type&) {
138 inline void _Param_Construct_aux(_T1* __p, const _T2& __val, const __false_type&) {
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&) {
_deque.h 312 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& /*_IsIntegral*/)
    [all...]
_vector.h 140 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&
    [all...]
_vector.c 81 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());
_move_construct_fwk.h 63 typedef __false_type implemented;
_tempbuf.h 101 void _M_initialize_buffer(const _Tp& val, const __false_type&) {
_bvector.h 94 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&)
707 const __false_type&) {
_iterator_base.h 83 # 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&) {
228 __distance_type(const _Iter&, const __false_type&) {
240 __value_type(const _Iter&, const __false_type&) {
_uninitialized.h 112 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*/)
_pthread_alloc.h 429 typedef __false_type has_trivial_default_constructor;
433 typedef __false_type is_POD_type;
_algobase.h 71 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&) {
_deque.c 244 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*/) {
_slist.h 128 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&) {
_list.h 152 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*/) {
_string_workaround.h 143 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*/) {
_hashtable.h 159 typedef __false_type has_trivial_default_constructor;
163 typedef __false_type is_POD_type;
648 typedef __false_type complete;
_num_get.c 180 int __got, bool __is_negative, _CharT __separator, const string& __grouping, const __false_type& /*_IsSigned*/) {
242 return __get_integer(__first, __last, 10, __val, 0, false, _CharT() /*separator*/, __grp, __false_type());
281 __result = __get_integer(__in_ite, __end, __base, __val, __got, __negative, __np.thousands_sep(), __np.grouping(), __false_type() );
  /external/stlport/test/unit/
type_traits_test.cpp 61 # 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>::_Ret _TrueTrueFalseRet
    [all...]
mvctor_declaration_test.cpp 40 # 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 complete
    [all...]
uninitialized_test.cpp 59 typedef __false_type has_trivial_default_constructor;
64 typedef __false_type is_POD_type;
74 typedef __false_type is_POD_type;
swap_test.cpp 123 if ( typeid(/* _STLP_PRIV */ _SwapImplemented<vector<Obj> >::_Ret) == typeid(_STLP_PRIV __false_type) ) {
  /external/stlport/stlport/stl/pointers/
_tools.h 54 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&);
_slist.h 158 const __false_type&) {
253 const __false_type&) {
314 const __false_type&) {

Completed in 520 milliseconds

1 2