Searched defs:__false_type (Results 1 - 16 of 16) sorted by relevance

/external/stlport/stlport/stl/
H A D_tempbuf.h101 void _M_initialize_buffer(const _Tp& val, const __false_type&) { argument
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 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 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_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_valarray.h124 void _M_initialize(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_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_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_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_rope.h105 struct _BasicCharType { typedef __false_type _Ret; };
144 inline void _S_construct_null_aux(_CharT *__p, const __false_type&) argument
401 static size_t _S_rounded_up_size_aux(size_t __n, __false_type const& /*_IsBasicCharType*/) {
464 void _M_init(__false_type const& /*_IsBasicCharType*/) {}
/external/stlport/test/unit/
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 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...]
/external/stlport/stlport/stl/pointers/
H A D_deque.h241 const __false_type&) {
315 const __false_type&) {
240 _M_assign_dispatch(_InputIterator __first, _InputIterator __last, const __false_type&) argument
313 _M_insert_dispatch(iterator __pos, _InputIterator __first, _InputIterator __last, const __false_type&) argument
H A D_list.h198 const __false_type&) {
267 const __false_type&) {
196 _M_insert_dispatch(iterator __pos, _InputIterator __first, _InputIterator __last, const __false_type&) argument
266 _M_assign_dispatch(_InputIterator __first, _InputIterator __last, const __false_type&) argument
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 727 milliseconds