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

/haiku/headers/cpp/
H A Dtype_traits.h30 which is either __true_type or __false_type. The argument to
45 template <class T> void copy(T* source, T* destination, int n, __true_type);
55 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_constructo
[all...]
H A Dstl_construct.h65 inline void __destroy_aux(_ForwardIterator, _ForwardIterator, __true_type) {}
H A Dstl_uninitialized.h44 __true_type)
146 const _Tp& __x, __true_type)
186 const _Tp& __x, __true_type)
H A Dstl_tempbuf.h100 void _M_initialize_buffer(const _Tp&, __true_type) {}
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_bvector.h558 void _M_initialize_dispatch(_Integer __n, _Integer __x, __true_type) {
627 void _M_assign_dispatch(_Integer __n, _Integer __val, __true_type)
708 __true_type) {
H A Dstl_vector.h261 void _M_initialize_aux(_Integer __n, _Integer __value, __true_type) {
311 void _M_assign_dispatch(_Integer __n, _Integer __val, __true_type)
385 __true_type) {
H A Dstl_list.h357 __true_type) {
458 void _M_assign_dispatch(_Integer __n, _Integer __val, __true_type)
H A Dstl_slist.h403 void _M_assign_dispatch(_Integer __n, _Integer __val, __true_type)
483 __true_type) {
H A Dstl_deque.h587 void _M_initialize_dispatch(_Integer __n, _Integer __x, __true_type) {
662 void _M_assign_dispatch(_Integer __n, _Integer __val, __true_type)
783 __true_type) {

Completed in 75 milliseconds