Searched defs:__s (Results 1 - 15 of 15) sorted by relevance

/haiku/headers/cpp/
H A Dstl_hash_fun.h40 inline size_t __stl_hash_string(const char* __s) argument
H A Dstl_stack.h55 explicit stack(const _Sequence& __s) : _M_c(__s) {} argument
H A Dstl_queue.h133 priority_queue(const _Compare& __x, const _Sequence& __s) argument
149 priority_queue(_InputIterator __first, _InputIterator __last, const _Compare& __x, const _Sequence& __s) argument
H A Dstl_iterator.h831 istream_iterator(istream& __s) : _M_stream(&__s) { _M_read(); } argument
886 ostream_iterator(ostream& __s) : _M_stream(&__s), _M_string(0) {} argument
887 ostream_iterator(ostream& __s, const char* __c) argument
H A Dropeimpl.h273 rope<_CharT,_Alloc>::_S_char_ptr_len(const _CharT* __s) argument
298 inline void _Rope_RopeRep<_CharT,_Alloc>::_S_free_string(_CharT* __s, argument
533 _S_destr_concat_char_iter( _RopeRep* __r, const _CharT* __s, size_t __slen) argument
1139 size_t __s = __r->_M_size; local
1481 size_t __s = size(); local
[all...]
H A Dstl_rope.h134 sequence_buffer(_Sequence& __s) : _M_prefix(&__s), _M_buf_count(0) {} argument
158 void append(value_type* __s, size_t __len) argument
174 sequence_buffer& write(value_type* __s, size_t __len) argument
684 __GC_CONST _CharT* __s = local
695 _Rope_RopeSubstring(_Rope_RopeRep<_CharT,_Alloc>* __b, size_t __s, size_t __l, allocator_type __a) argument
1427 _S_new_RopeLeaf(__GC_CONST _CharT *__s, size_t __size, allocator_type __a) argument
1461 _S_new_RopeSubstring( _Rope_RopeRep<_CharT,_Alloc>* __b, size_t __s, size_t __l, allocator_type __a) argument
1475 _S_RopeLeaf_from_unowned_char_ptr(const _CharT *__s, size_t __size, allocator_type __a) argument
1614 rope(const _CharT* __s, const allocator_type& __a = allocator_type()) argument
1619 rope(const _CharT* __s, size_t __len, const allocator_type& __a = allocator_type()) argument
1627 rope(const _CharT *__s, const _CharT *__e, const allocator_type& __a = allocator_type()) argument
1632 rope(const const_iterator& __s, const const_iterator& __e, const allocator_type& __a = allocator_type()) argument
1638 rope(const iterator& __s, const iterator& __e, const allocator_type& __a = allocator_type()) argument
1893 append(const _CharT* __s, const _CharT* __e) argument
1901 append(const_iterator __s, const_iterator __e) argument
2222 find(_CharT* __s, size_type __pos = 0) const argument
[all...]
/haiku/src/libs/stdc++/legacy/
H A Dvalarray.cc21 __gslice_to_index(size_t __o, const valarray<size_t>& __l, const valarray<size_t>& __s, valarray<size_t>& __i) argument
43 _Indexer(size_t __o, const valarray<size_t>& __l, const valarray<size_t>& __s) argument
/haiku/headers/cpp/std/
H A Dindirect_array.h101 indirect_array<_Tp>::indirect_array (_Array<_Tp> __a, size_t __s, argument
H A Dmask_array.h99 mask_array<_T>::mask_array (_Array<_T> __a, size_t __s, _Array<bool> __m) argument
H A Dslice.h55 inline slice::slice (size_t __o, size_t __d, size_t __s) argument
H A Dslice_array.h96 inline slice_array<_T>::slice_array (_Array<_T> __a, const slice& __s) argument
H A Dvalarray_array.h74 __valarray_copy (const _Tp* __restrict__ __a, size_t __n, size_t __s, argument
126 __valarray_fill (_Array<_Tp> __a, size_t __n, size_t __s, cons argument
53 __valarray_fill(_Tp* __restrict__ __a, size_t __n, size_t __s, const _Tp& __t) argument
81 __valarray_copy(const _Tp* __restrict__ __a, _Tp* __restrict__ __b, size_t __n, size_t __s) argument
142 __valarray_copy(_Array<_Tp> __a, size_t __n, size_t __s, _Array<_Tp> __b) argument
147 __valarray_copy(_Array<_Tp> __a, _Array<_Tp> __b, size_t __n, size_t __s) argument
176 _Array(const _Tp* __restrict__ __b, size_t __s) argument
[all...]
H A Dgslice.h83 gslice(size_t __o, const valarray<size_t>& __l, const valarray<size_t>& __s) argument
H A Dstd_valarray.h408 valarray<_Tp>::operator[] (slice __s) argument
[all...]
H A Dvalarray_meta.h504 _SBase (const _Dom& __e, const slice& __s) argument
519 _SBase (_Array<_Tp> __a, const slice& __s) argument
536 _SClos (const _Dom& __e, const slice& __s) : _Base (__e, __s) {} argument
544 _SClos (_Array<_Tp> __a, const slice& __s) : _Base (__a, __s) {} argument
[all...]

Completed in 59 milliseconds