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

/haiku/headers/cpp/
H A Dstl_queue.h55 explicit queue(const _Sequence& __c) : c(__c) {} argument
166 priority_queue(const value_type* __first, const value_type* __last, const _Compare& __x, const _Sequence& __c) argument
H A Dstl_map.h64 value_compare(_Compare __c) : _M_comp(__c) {} argument
H A Dstl_multimap.h63 value_compare(_Compare __c) : _M_comp(__c) {} argument
H A Dstl_iterator.h887 ostream_iterator(ostream& __s, const char* __c) argument
H A Dropeimpl.h116 _Rope_RopeConcatenation<_CharT,_Alloc>* __c = local
160 _Rope_RopeConcatenation<_CharT,_Alloc>* __c; local
340 _Rope_RopeConcatenation<_CharT,_Alloc>* __c local
657 _RopeConcatenation* __c = (_RopeConcatenation*)__base; local
834 _S_apply_to_pieces( _Rope_char_consumer<_CharT>& __c, const _RopeRep* __r, size_t __begin, size_t __end) argument
968 _RopeConcatenation* __c = (_RopeConcatenation*)__r; local
1006 _RopeConcatenation* __c = (_RopeConcatenation*)__r; local
1124 _RopeConcatenation* __c = (_RopeConcatenation*)__r; local
1194 _RopeConcatenation* __c = (_RopeConcatenation*)__r; local
1239 _RopeConcatenation* __c = (_RopeConcatenation*)__r; local
1324 operator =(_CharT __c) argument
1371 rope(size_t __n, _CharT __c, const allocator_type& __a) argument
[all...]
H A Dstl_algo.h45 inline const _Tp& __median(const _Tp& __a, const _Tp& __b, const _Tp& __c) { argument
63 __median(const _Tp& __a, const _Tp& __b, const _Tp& __c, _Compare __comp) { argument
[all...]
H A Dstl_rope.h66 inline void _S_cond_store_eos(char& __c) { __c = 0; } argument
67 inline void _S_cond_store_eos(wchar_t& __c) { __c = 0; } argument
782 _Rope_char_ref_proxy& operator= (const _Rope_char_ref_proxy& __c) { argument
1327 static bool _S_is0(_CharT __c) { retur argument
776 _Rope_char_ref_proxy(_My_rope* __r, size_t __p, _CharT __c) argument
1644 rope(_CharT __c, const allocator_type& __a = allocator_type()) argument
1915 append(_CharT __c) argument
1935 append(size_t __n, _CharT __c) argument
1984 insert(size_t __p, size_t __n, _CharT __c) argument
2003 insert(size_t __p, _CharT __c) argument
2008 _CharT __c = _CharT(); local
2044 replace(size_t __p, size_t __n, _CharT __c) argument
2073 replace(size_t __p, _CharT __c) argument
2119 insert(const iterator& __p, size_t __n, _CharT __c) argument
2121 insert(const iterator& __p, _CharT __c) argument
2143 replace(const iterator& __p, const iterator& __q, _CharT __c) argument
2164 replace(const iterator& __p, _CharT __c) argument
2270 resize(size_type __n, _CharT __c) argument
2481 __mutable_reference_at(crope& __c, size_t __i) argument
2486 __mutable_reference_at(wrope& __c, size_t __i) argument
[all...]
/haiku/headers/cpp/std/
H A Dstd_valarray.h528 valarray<_Tp>::resize (size_t __n, _Tp __c) argument
H A Dvalarray_meta.h118 _BinFunBase1 (const _Vt& __c, const _Dom& __e, _Vt __f(_Vt, _Vt)) argument
136 _BinFunBase2 (const _Dom& __e, const _Vt& __c, _Vt __f(_Vt, _Vt)) argument
678 _Expr<_Clos,_Tp>::_Expr (const _Clos& __c) : _M_closure(__c) {} argument
H A Dbastring.h226 void push_back(charT __c) argument
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dstdlib.h513 unsigned short int __c; /* Additive const. in congruential formula. */ member in struct:drand48_data

Completed in 180 milliseconds