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

/external/stlport/stlport/stl/
H A D_tempbuf.h100 void _M_initialize_buffer(const _Tp&, const __true_type&) {} argument
H A D_construct.h60 inline void __destroy_aux(_Tp*, const __true_type& /*_Trivial_destructor*/) {}
95 inline void _Construct_aux (_T1* __p, const __true_type&) { argument
123 inline void _Copy_Construct_aux(_Tp* __p, const _Tp& __val, const __true_type&) { argument
143 inline void _Param_Construct_aux(_T1* __p, const _T2& __val, const __true_type&) { argument
167 inline void _Move_Construct_Aux(_T1* __p, _T2& __val, const __true_type& /*_IsPOD*/) {
202 __destroy_range_aux(_ForwardIterator __first, _ForwardIterator __last, _Tp*, const __true_type& /*_Trivial_destructor*/) {
208 __destroy_range_aux(_ForwardIterator, _ForwardIterator, _Tp*, const __true_type& /*_Trivial_destructor*/) {}
254 inline _Tp __default_constructed_aux(_Tp*, const __true_type&) { argument
H A Dtype_manips.h23 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_typ
[all...]
H A D_algobase.h66 inline void __swap_aux(_Tp& __a, _Tp& __b, const __true_type& /*SwapImplemented*/) {
107 inline void __iter_swap_aux(_ForwardIter1& __i1, _ForwardIter2& __i2, const __true_type& /*OKToSwap*/) {
266 const __true_type& /*IsOKToMemCpy*/) {
274 const __true_type& /*BothPtrType*/) {
307 _OutputIter __result, const __true_type& /*TrivialAssignment*/) {
319 inline _OutputIter __copy_backward_aux(_InputIter __first, _InputIter __last, _OutputIter __result, const __true_type&) { argument
H A D_iterator_base.h211 __iterator_category(const _Tp*, const __true_type&) argument
223 __distance_type(const _Tp*, const __true_type&) argument
235 __value_type(const _Tp*, const __true_type&) argument
H A D_valarray.h123 void _M_initialize(const __true_type&) {} argument
H A D_bvector.h95 typedef __true_type has_trivial_copy_constructor;
97 typedef __true_type has_trivial_destructor;
242 typedef __true_type has_trivial_copy_constructor;
243 typedef __true_type has_trivial_assignment_operator;
244 typedef __true_type has_trivial_destructor;
531 void _M_initialize_dispatch(_Integer __n, _Integer __x, const __true_type&) { argument
617 void _M_assign_dispatch(_Integer __n, _Integer __val, const __true_type&) argument
700 const __true_type&) {
699 _M_insert_dispatch(iterator __pos, _Integer __n, _Integer __x, const __true_type&) argument
H A D_deque.h313 typedef __true_type has_trivial_copy_constructor;
314 typedef __true_type has_trivial_assignment_operator;
315 typedef __true_type has_trivial_destructor;
518 void _M_initialize_dispatch(_Integer __n, _Integer __x, const __true_type&) { argument
613 const __true_type& /*_IsIntegral*/)
761 iterator _M_fill_insert_aux(iterator __pos, size_type __n, const value_type& __x, const __true_type& /*_Movable*/);
769 const __true_type& /*_IsIntegral*/) {
791 size_type __n, const __true_type& /*_Movable*/);
797 size_type __n, const __true_type& /*_Movable*/);
829 iterator _M_erase(iterator __pos, const __true_type
[all...]
H A D_slist.h129 typedef __true_type has_trivial_copy_constructor;
130 typedef __true_type has_trivial_assignment_operator;
131 typedef __true_type has_trivial_destructor;
364 const __true_type& /*_IsIntegral*/) {
499 const __true_type&) {
536 const __true_type&) {
572 const __true_type&) {
867 typedef __true_type implemented;
498 _M_insert_after_range(_Node_base* __pos, _Integer __n, _Integer __x, const __true_type&) argument
535 _M_splice_after_range(_Node_base* __pos, _Integer __n, _Integer __x, const __true_type&) argument
571 _M_splice_range(_Node_base* __pos, _Integer __n, _Integer __x, const __true_type&) argument
H A D_vector.h146 void _M_insert_overflow_aux(pointer __pos, const _Tp& __x, const __true_type& /*_Movable*/,
164 void _M_insert_overflow(pointer __pos, const _Tp& __x, const __true_type& /*_TrivialCopy*/,
262 const __true_type& /*_IsIntegral*/) {
360 const __true_type& /*_IsIntegral*/)
411 void _M_fill_insert_aux (iterator __pos, size_type __n, const _Tp& __x, const __true_type& /*_Movable*/);
454 size_type __n, const __true_type& /*_Movable*/) {
503 const __true_type&)
568 iterator _M_erase(iterator __pos, const __true_type& /*_Movable*/) {
588 iterator _M_erase(iterator __first, iterator __last, const __true_type& /*_Movable*/) {
754 typedef __true_type implemente
502 _M_insert_dispatch(iterator __pos, _Integer __n, _Integer __val, const __true_type&) argument
[all...]
H A D_rope.h108 struct _BasicCharType<char> { typedef __true_type _Ret; };
112 struct _BasicCharType<wchar_t> { typedef __true_type _Ret; };
140 inline void _S_construct_null_aux(_CharT *__p, const __true_type&) argument
396 static size_t _S_rounded_up_size_aux(size_t __n, __true_type const& /*_IsBasicCharType*/) {
461 void _M_init(__true_type const& /*_IsBasicCharType*/) {
2375 typedef __true_type implemented;
/external/stlport/test/unit/
H A Dmvctor_declaration_test.cpp37 // 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 implemente
[all...]
H A Dtype_traits_test.cpp58 // 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>
[all...]
/external/stlport/stlport/stl/pointers/
H A D_deque.h236 const __true_type&)
308 const __true_type&) {
235 _M_assign_dispatch(_Integer __n, _Integer __val, const __true_type&) argument
307 _M_insert_dispatch(iterator __pos, _Integer __n, _Integer __val, const __true_type&) argument
H A D_list.h192 const __true_type&)
262 void _M_assign_dispatch(_Integer __n, _Integer __val, const __true_type&) argument
191 _M_insert_dispatch(iterator __pos, _Integer __n, _Integer __val, const __true_type&) argument
H A D_slist.h153 const __true_type&)
246 const __true_type&) {
307 const __true_type&) {
152 _M_assign_dispatch(_Integer __n, _Integer __val, const __true_type&) argument
245 _M_insert_after_dispatch(iterator __pos, _Integer __n, _Integer __val, const __true_type&) argument
306 _M_insert_dispatch(iterator __pos, _Integer __n, _Integer __val, const __true_type&) argument

Completed in 3430 milliseconds