Searched defs:__f (Results 1 - 9 of 9) sorted by relevance

/haiku/headers/cpp/
H A Dstdiostream.h61 istdiostream (FILE* __f) : istream(), _file(__f) { init(&_file); } argument
72 ostdiostream (FILE* __f) : ostream(), _file(__f) { init(&_file); } argument
H A Dstl_hash_map.h93 hash_map(_InputIterator __f, _InputIterator __l) argument
97 hash_map(_InputIterator __f, _InputIterator __l, size_type __n) argument
101 hash_map(_InputIterator __f, _InputIterator __l, size_type __n, argument
106 hash_map(_InputIterator __f, _InputIterator __l, size_type __n, argument
113 hash_map(const value_type* __f, const value_type* __l) argument
116 hash_map(const value_type* __f, const value_type* __l, size_type __n) argument
119 hash_map(const value_type* __f, const value_type* __l, size_type __n, const hasher& __hf) argument
123 hash_map(const value_type* __f, const value_type* __l, size_type __n, const hasher& __hf, const key_equal& __eql, const allocator_type& __a = allocator_type()) argument
129 hash_map(const_iterator __f, const_iterator __l) argument
132 hash_map(const_iterator __f, const_iterator __l, size_type __n) argument
135 hash_map(const_iterator __f, const_iterator __l, size_type __n, const hasher& __hf) argument
139 hash_map(const_iterator __f, const_iterator __l, size_type __n, const hasher& __hf, const key_equal& __eql, const allocator_type& __a = allocator_type()) argument
164 insert(_InputIterator __f, _InputIterator __l) argument
167 insert(const value_type* __f, const value_type* __l) argument
170 insert(const_iterator __f, const_iterator __l) argument
194 erase(iterator __f, iterator __l) argument
276 hash_multimap(_InputIterator __f, _InputIterator __l) argument
280 hash_multimap(_InputIterator __f, _InputIterator __l, size_type __n) argument
284 hash_multimap(_InputIterator __f, _InputIterator __l, size_type __n, const hasher& __hf) argument
289 hash_multimap(_InputIterator __f, _InputIterator __l, size_type __n, const hasher& __hf, const key_equal& __eql, const allocator_type& __a = allocator_type()) argument
296 hash_multimap(const value_type* __f, const value_type* __l) argument
299 hash_multimap(const value_type* __f, const value_type* __l, size_type __n) argument
302 hash_multimap(const value_type* __f, const value_type* __l, size_type __n, const hasher& __hf) argument
306 hash_multimap(const value_type* __f, const value_type* __l, size_type __n, const hasher& __hf, const key_equal& __eql, const allocator_type& __a = allocator_type()) argument
312 hash_multimap(const_iterator __f, const_iterator __l) argument
315 hash_multimap(const_iterator __f, const_iterator __l, size_type __n) argument
318 hash_multimap(const_iterator __f, const_iterator __l, size_type __n, const hasher& __hf) argument
322 hash_multimap(const_iterator __f, const_iterator __l, size_type __n, const hasher& __hf, const key_equal& __eql, const allocator_type& __a = allocator_type()) argument
348 insert(_InputIterator __f, _InputIterator __l) argument
351 insert(const value_type* __f, const value_type* __l) argument
354 insert(const_iterator __f, const_iterator __l) argument
374 erase(iterator __f, iterator __l) argument
[all...]
H A Dstl_hash_set.h91 hash_set(_InputIterator __f, _InputIterator __l) argument
95 hash_set(_InputIterator __f, _InputIterator __l, size_type __n) argument
99 hash_set(_InputIterator __f, _InputIterator __l, size_type __n, argument
104 hash_set(_InputIterator __f, _InputIterator __l, size_type __n, argument
111 hash_set(const value_type* __f, const value_type* __l) argument
114 hash_set(const value_type* __f, const value_type* __l, size_type __n) argument
117 hash_set(const value_type* __f, const value_type* __l, size_type __n, const hasher& __hf) argument
121 hash_set(const value_type* __f, const value_type* __l, size_type __n, const hasher& __hf, const key_equal& __eql, const allocator_type& __a = allocator_type()) argument
127 hash_set(const_iterator __f, const_iterator __l) argument
130 hash_set(const_iterator __f, const_iterator __l, size_type __n) argument
133 hash_set(const_iterator __f, const_iterator __l, size_type __n, const hasher& __hf) argument
137 hash_set(const_iterator __f, const_iterator __l, size_type __n, const hasher& __hf, const key_equal& __eql, const allocator_type& __a = allocator_type()) argument
163 insert(_InputIterator __f, _InputIterator __l) argument
166 insert(const value_type* __f, const value_type* __l) argument
169 insert(const_iterator __f, const_iterator __l) argument
188 erase(iterator __f, iterator __l) argument
270 hash_multiset(_InputIterator __f, _InputIterator __l) argument
274 hash_multiset(_InputIterator __f, _InputIterator __l, size_type __n) argument
278 hash_multiset(_InputIterator __f, _InputIterator __l, size_type __n, const hasher& __hf) argument
283 hash_multiset(_InputIterator __f, _InputIterator __l, size_type __n, const hasher& __hf, const key_equal& __eql, const allocator_type& __a = allocator_type()) argument
290 hash_multiset(const value_type* __f, const value_type* __l) argument
293 hash_multiset(const value_type* __f, const value_type* __l, size_type __n) argument
296 hash_multiset(const value_type* __f, const value_type* __l, size_type __n, const hasher& __hf) argument
300 hash_multiset(const value_type* __f, const value_type* __l, size_type __n, const hasher& __hf, const key_equal& __eql, const allocator_type& __a = allocator_type()) argument
306 hash_multiset(const_iterator __f, const_iterator __l) argument
309 hash_multiset(const_iterator __f, const_iterator __l, size_type __n) argument
312 hash_multiset(const_iterator __f, const_iterator __l, size_type __n, const hasher& __hf) argument
316 hash_multiset(const_iterator __f, const_iterator __l, size_type __n, const hasher& __hf, const key_equal& __eql, const allocator_type& __a = allocator_type()) argument
339 insert(_InputIterator __f, _InputIterator __l) argument
342 insert(const value_type* __f, const value_type* __l) argument
345 insert(const_iterator __f, const_iterator __l) argument
360 erase(iterator __f, iterator __l) argument
[all...]
H A Dstl_alloc.h178 static void (* __set_malloc_handler(void (*__f)()))() argument
H A Dstl_hashtable.h371 void insert_unique(_InputIterator __f, _InputIterator __l) argument
377 void insert_equal(_InputIterator __f, _InputIterator __l) argument
383 void insert_unique(_InputIterator __f, _InputIterator __l, argument
391 insert_equal(_InputIterator __f, _InputIterator __l, input_iterator_tag) argument
399 insert_unique(_ForwardIterator __f, _ForwardIterator __l, forward_iterator_tag) argument
410 insert_equal(_ForwardIterator __f, _ForwardIterator __l, forward_iterator_tag) argument
421 insert_unique(const value_type* __f, const value_type* __l) argument
429 insert_equal(const value_type* __f, const value_type* __l) argument
437 insert_unique(const_iterator __f, const_iterator __l) argument
446 insert_equal(const_iterator __f, const_iterator __l) argument
[all...]
H A Dropeimpl.h349 _Rope_RopeFunction<_CharT,_Alloc>* __f local
719 _RopeFunction* __f = (_RopeFunction*)__base; local
870 _RopeFunction* __f = (_RopeFunction*)__r; local
893 char __f = __o.fill(); local
984 _RopeFunction* __f local
1214 _RopeFunction* __f = (_RopeFunction*)__r; local
[all...]
H A Dstl_algo.h81 _Function for_each(_InputIter __first, _InputIter __last, _Function __f) { argument
H A Dstl_rope.h630 _Rope_RopeFunction(char_producer<_CharT>* __f, size_t __size, argument
1450 static _RopeFunction* _S_new_RopeFunction(char_producer<_CharT>* __f, argument
/haiku/headers/cpp/std/
H A Dvalarray_meta.h56 _UnFunBase (const _Dom& __e, _Vt __f(_Vt)) argument
74 _UnFunClos (const _Dom& __e, value_type __f(value_type)) argument
83 _UnFunClos (const valarray<_Tp>& __v, _Tp __f(_Tp)) argument
118 _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
155 _BinFunClos(const _Dom1& __e1, const _Dom2& __e2, _Tp __f(_Tp, _Tp)) argument
166 _BinFunClos(const valarray<_Tp>& __v, const valarray<_Tp>& __w, _Tp __f(_Tp, _Tp)) argument
178 _BinFunClos(const _Dom& __e, const valarray<_Tp>& __v, _Tp __f(_Tp, _Tp)) argument
190 _BinFunClos(const valarray<_Tp>& __v, const _Dom& __e, _Tp __f(_Tp, _Tp)) argument
223 _BinFunClos(const valarray<_Tp>& __v, const _Tp& __t, _Tp __f(_Tp, _Tp)) argument
247 _FunBase(const _Dom& __e, value_type __f(_Arg)) argument
275 _ValFunClos(const valarray<_Tp>& __v, _Tp __f(_Tp)) argument
[all...]

Completed in 135 milliseconds