Home
last modified time | relevance | path

Searched refs:__true_type (Results 1 – 10 of 10) sorted by relevance

/haiku/headers/cpp/
H A Dtype_traits.h55 struct __true_type { struct
63 typedef __true_type this_dummy_member_must_be_first;
97 typedef __true_type has_trivial_default_constructor;
98 typedef __true_type has_trivial_copy_constructor;
99 typedef __true_type has_trivial_assignment_operator;
100 typedef __true_type has_trivial_destructor;
101 typedef __true_type is_POD_type;
107 typedef __true_type has_trivial_default_constructor;
108 typedef __true_type has_trivial_copy_constructor;
109 typedef __true_type has_trivial_assignment_operator;
[all …]
H A Dstl_algobase.h166 struct __copy_dispatch<_Tp*, _Tp*, __true_type>
174 struct __copy_dispatch<const _Tp*, _Tp*, __true_type>
267 struct __copy_backward_dispatch<_Tp*, _Tp*, __true_type>
277 struct __copy_backward_dispatch<const _Tp*, _Tp*, __true_type>
280 return __copy_backward_dispatch<_Tp*, _Tp*, __true_type>
H A Dstl_uninitialized.h44 __true_type) in __uninitialized_copy_aux() argument
146 const _Tp& __x, __true_type) in __uninitialized_fill_aux() argument
186 const _Tp& __x, __true_type) in __uninitialized_fill_n_aux() argument
H A Dstl_construct.h65 inline void __destroy_aux(_ForwardIterator, _ForwardIterator, __true_type) {} in __destroy_aux() argument
H A Dstl_tempbuf.h100 void _M_initialize_buffer(const _Tp&, __true_type) {} in _M_initialize_buffer() argument
H A Dstl_bvector.h558 void _M_initialize_dispatch(_Integer __n, _Integer __x, __true_type) { in _M_initialize_dispatch() argument
627 void _M_assign_dispatch(_Integer __n, _Integer __val, __true_type) in _M_assign_dispatch() argument
708 __true_type) { in _M_insert_dispatch() argument
H A Dstl_vector.h261 void _M_initialize_aux(_Integer __n, _Integer __value, __true_type) { in _M_initialize_aux() argument
311 void _M_assign_dispatch(_Integer __n, _Integer __val, __true_type) in _M_assign_dispatch() argument
385 __true_type) { in _M_insert_dispatch() argument
H A Dstl_list.h357 __true_type) { in _M_insert_dispatch() argument
458 void _M_assign_dispatch(_Integer __n, _Integer __val, __true_type) in _M_assign_dispatch() argument
H A Dstl_slist.h403 void _M_assign_dispatch(_Integer __n, _Integer __val, __true_type) in _M_assign_dispatch() argument
483 __true_type) { in _M_insert_after_range() argument
H A Dstl_deque.h587 void _M_initialize_dispatch(_Integer __n, _Integer __x, __true_type) { in _M_initialize_dispatch() argument
662 void _M_assign_dispatch(_Integer __n, _Integer __val, __true_type) in _M_assign_dispatch() argument
783 __true_type) { in _M_insert_dispatch() argument