Searched defs:__value (Results 1 - 11 of 11) sorted by relevance

/haiku/headers/cpp/
H A Dstl_construct.h47 inline void construct(_T1* __p, const _T2& __value) { argument
H A Dstl_heap.h43 __push_heap(_RandomAccessIterator __first, _Distance __holeIndex, _Distance __topIndex, _Tp __value) argument
75 __push_heap(_RandomAccessIterator __first, _Distance __holeIndex, _Distance __topIndex, _Tp __value, _Compare __comp) argument
109 __adjust_heap(_RandomAccessIterator __first, _Distance __holeIndex, _Distance __len, _Tp __value) argument
130 __pop_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, _RandomAccessIterator __result, _Tp __value, _Distance*) argument
156 __adjust_heap(_RandomAccessIterator __first, _Distance __holeIndex, _Distance __len, _Tp __value, _Compare __comp) argument
178 __pop_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, _RandomAccessIterator __result, _Tp __value, _Compare __comp, _Distance*) argument
[all...]
H A Dstl_numeric.h80 _Tp __value = *__first; local
104 _Tp __value = *__first; local
128 _Tp __value = *__first; local
154 _Tp __value = *__first; local
227 iota(_ForwardIterator __first, _ForwardIterator __last, _Tp __value) argument
[all...]
H A Dstl_algobase.h347 void fill(_ForwardIter __first, _ForwardIter __last, const _Tp& __value) { argument
353 _OutputIter fill_n(_OutputIter __first, _Size __n, const _Tp& __value) { argument
H A Dstl_iterator.h360 operator=(const typename _Container::value_type& __value) { argument
399 operator=(const typename _Container::value_type& __value) { argument
440 operator=(const typename _Container::value_type& __value) { argument
889 ostream_iterator<_Tp>& operator=(const _Tp& __value) { argument
890 *_M_stream << __value; local
H A Dstl_bvector.h526 __BVECTOR(size_type __n, bool __value, argument
H A Dstl_list.h404 list(size_type __n, const _Tp& __value, argument
407 { insert(begin(), __n, __value); } local
663 void list<_Tp, _Alloc>::remove(const _Tp& __value) argument
H A Dstl_vector.h238 vector(size_type __n, const _Tp& __value, argument
261 void _M_initialize_aux(_Integer __n, _Integer __value, __true_type) { argument
H A Dstl_deque.h570 deque(size_type __n, const value_type& __value, argument
1094 deque<_Tp,_Alloc,__bufsize>::_M_fill_initialize(const value_type& __value) { argument
H A Dstl_algo.h238 void count(_InputIter __first, _InputIter __last, const _Tp& __value, argument
257 count(_InputIter __first, _InputIter __last, const _Tp& __value) { argument
563 _Tp __value local
519 remove_copy(_InputIter __first, _InputIter __last, _OutputIter __result, const _Tp& __value) argument
541 remove(_ForwardIter __first, _ForwardIter __last, const _Tp& __value) argument
602 _Tp __value = *__first; local
[all...]
/haiku/src/system/libroot/posix/glibc/wcsmbs/
H A Dwchar.h79 } __value; /* Value so far. */ member in struct:__anon1

Completed in 84 milliseconds