Searched refs:__f (Results 1 - 13 of 13) sorted by relevance

/haiku/headers/cpp/
H A Dstl_hash_map.h93 hash_map(_InputIterator __f, _InputIterator __l) argument
95 { _M_ht.insert_unique(__f, __l); }
97 hash_map(_InputIterator __f, _InputIterator __l, size_type __n) argument
99 { _M_ht.insert_unique(__f, __l); }
101 hash_map(_InputIterator __f, _InputIterator __l, size_type __n, argument
104 { _M_ht.insert_unique(__f, __l); }
106 hash_map(_InputIterator __f, _InputIterator __l, size_type __n, argument
110 { _M_ht.insert_unique(__f, __l); }
113 hash_map(const value_type* __f, const value_type* __l) argument
115 { _M_ht.insert_unique(__f, __
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
93 { _M_ht.insert_unique(__f, __l); }
95 hash_set(_InputIterator __f, _InputIterator __l, size_type __n) argument
97 { _M_ht.insert_unique(__f, __l); }
99 hash_set(_InputIterator __f, _InputIterator __l, size_type __n, argument
102 { _M_ht.insert_unique(__f, __l); }
104 hash_set(_InputIterator __f, _InputIterator __l, size_type __n, argument
108 { _M_ht.insert_unique(__f, __l); }
111 hash_set(const value_type* __f, const value_type* __l) argument
113 { _M_ht.insert_unique(__f, __
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 Dstdiostream.h61 istdiostream (FILE* __f) : istream(), _file(__f) { init(&_file); } argument
72 ostdiostream (FILE* __f) : ostream(), _file(__f) { init(&_file); } argument
H A Dstl_hashtable.h371 void insert_unique(_InputIterator __f, _InputIterator __l) argument
373 insert_unique(__f, __l, __ITERATOR_CATEGORY(__f));
377 void insert_equal(_InputIterator __f, _InputIterator __l) argument
379 insert_equal(__f, __l, __ITERATOR_CATEGORY(__f));
383 void insert_unique(_InputIterator __f, _InputIterator __l, argument
386 for ( ; __f != __l; ++__f)
387 insert_unique(*__f);
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 Dstl_function.h645 inline mem_fun_t<_Ret,_Tp> mem_fun(_Ret (_Tp::*__f)())
646 { return mem_fun_t<_Ret,_Tp>(__f); }
649 inline const_mem_fun_t<_Ret,_Tp> mem_fun(_Ret (_Tp::*__f)() const)
650 { return const_mem_fun_t<_Ret,_Tp>(__f); }
653 inline mem_fun_ref_t<_Ret,_Tp> mem_fun_ref(_Ret (_Tp::*__f)())
654 { return mem_fun_ref_t<_Ret,_Tp>(__f); }
657 inline const_mem_fun_ref_t<_Ret,_Tp> mem_fun_ref(_Ret (_Tp::*__f)() const)
658 { return const_mem_fun_ref_t<_Ret,_Tp>(__f); }
661 inline mem_fun1_t<_Ret,_Tp,_Arg> mem_fun(_Ret (_Tp::*__f)(_Arg))
662 { return mem_fun1_t<_Ret,_Tp,_Arg>(__f); }
[all...]
H A Dropeimpl.h349 _Rope_RopeFunction<_CharT,_Alloc>* __f local
351 __f->_Rope_RopeFunction<_CharT,_Alloc>::~_Rope_RopeFunction();
352 _F_deallocate(__f, 1);
719 _RopeFunction* __f = (_RopeFunction*)__base; local
729 (*(__f->_M_fn))(__start, __result_len, __section);
870 _RopeFunction* __f = (_RopeFunction*)__r; local
876 (*(__f->_M_fn))(__begin, __end, __buffer);
893 char __f = __o.fill(); local
896 for (__i = 0; __i < __n; __i++) __o.put(__f);
984 _RopeFunction* __f local
1214 _RopeFunction* __f = (_RopeFunction*)__r; local
[all...]
H A Dstl_alloc.h178 static void (* __set_malloc_handler(void (*__f)()))() argument
181 __malloc_alloc_oom_handler = __f;
H A Dstl_rope.h630 _Rope_RopeFunction(char_producer<_CharT>* __f, size_t __size, argument
633 _M_fn(__f)
1450 static _RopeFunction* _S_new_RopeFunction(char_producer<_CharT>* __f, argument
1458 return new(__space) _RopeFunction(__f, __size, __d, __a);
H A Dstl_algo.h81 _Function for_each(_InputIter __first, _InputIter __last, _Function __f) { argument
83 __f(*__first);
84 return __f;
/haiku/headers/cpp/std/
H A Dvalarray_meta.h56 _UnFunBase (const _Dom& __e, _Vt __f(_Vt)) argument
57 : _M_expr(__e), _M_func(__f) {}
74 _UnFunClos (const _Dom& __e, value_type __f(value_type)) argument
75 : _Base (__e, __f) {}
83 _UnFunClos (const valarray<_Tp>& __v, _Tp __f(_Tp)) argument
84 : _Base (__v, __f) {}
100 _Vt __f (_Vt, _Vt))
101 : _M_expr1 (__e1), _M_expr2 (__e2), _M_func (__f) {}
118 _BinFunBase1 (const _Vt& __c, const _Dom& __e, _Vt __f(_Vt, _Vt)) argument
119 : _M_expr1 (__c), _M_expr2 (__e), _M_func (__f) {}
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...]
/haiku/headers/posix/
H A Dmath.h61 # define __huge_valf_t union { unsigned char __c[4]; long __l; float __f; }
62 # define HUGE_VALF (((__huge_valf_t) { __l: __HUGE_VALF_v }).__f)
67 # define NAN (((__huge_valf_t) { __l: __NAN_VALF_v }).__f)
/haiku/src/system/libroot/posix/glibc/libio/
H A Dstdio.h342 extern int vasprintf (char **__restrict __ptr, __const char *__restrict __f,
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dlonglong.h274 UDItype __f; \
278 : "=x" (__t.__f) \

Completed in 180 milliseconds