Searched refs:__hf (Results 1 - 10 of 10) sorted by relevance

/haiku-buildtools/legacy/gcc/libstdc++/stl/
H A Dstl_hash_map.h85 hash_map(size_type __n, const hasher& __hf) argument
86 : _M_ht(__n, __hf, key_equal(), allocator_type()) {}
87 hash_map(size_type __n, const hasher& __hf, const key_equal& __eql, argument
89 : _M_ht(__n, __hf, __eql, __a) {}
102 const hasher& __hf)
103 : _M_ht(__n, __hf, key_equal(), allocator_type())
107 const hasher& __hf, const key_equal& __eql,
109 : _M_ht(__n, __hf, __eql, __a)
120 const hasher& __hf)
121 : _M_ht(__n, __hf, key_equa
101 hash_map(_InputIterator __f, _InputIterator __l, size_type __n, const hasher& __hf) argument
106 hash_map(_InputIterator __f, _InputIterator __l, size_type __n, const hasher& __hf, const key_equal& __eql, const allocator_type& __a = allocator_type()) 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
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
268 hash_multimap(size_type __n, const hasher& __hf) argument
270 hash_multimap(size_type __n, const hasher& __hf, const key_equal& __eql, const allocator_type& __a = allocator_type()) 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
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
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
[all...]
H A Dstl_hash_set.h83 hash_set(size_type __n, const hasher& __hf) argument
84 : _M_ht(__n, __hf, key_equal(), allocator_type()) {}
85 hash_set(size_type __n, const hasher& __hf, const key_equal& __eql, argument
87 : _M_ht(__n, __hf, __eql, __a) {}
100 const hasher& __hf)
101 : _M_ht(__n, __hf, key_equal(), allocator_type())
105 const hasher& __hf, const key_equal& __eql,
107 : _M_ht(__n, __hf, __eql, __a)
118 const hasher& __hf)
119 : _M_ht(__n, __hf, key_equa
99 hash_set(_InputIterator __f, _InputIterator __l, size_type __n, const hasher& __hf) argument
104 hash_set(_InputIterator __f, _InputIterator __l, size_type __n, const hasher& __hf, const key_equal& __eql, const allocator_type& __a = allocator_type()) 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
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
262 hash_multiset(size_type __n, const hasher& __hf) argument
264 hash_multiset(size_type __n, const hasher& __hf, const key_equal& __eql, const allocator_type& __a = allocator_type()) 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
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
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
[all...]
H A Dstl_hashtable.h248 const _HashFcn& __hf,
253 _M_hash(__hf),
263 const _HashFcn& __hf,
267 _M_hash(__hf),
/haiku-buildtools/gcc/libstdc++-v3/include/tr1/
H A Dunordered_map.h67 const hasher& __hf = hasher(),
70 : _Base(__n, __hf, __detail::_Mod_range_hashing(),
78 const hasher& __hf = hasher(),
81 : _Base(__f, __l, __n, __hf, __detail::_Mod_range_hashing(),
118 const hasher& __hf = hasher(),
121 : _Base(__n, __hf, __detail::_Mod_range_hashing(),
130 const hasher& __hf = hasher(),
133 : _Base(__f, __l, __n, __hf, __detail::_Mod_range_hashing(),
194 const hasher& __hf = hasher(),
197 : _Base(__n, __hf, __eq
[all...]
H A Dunordered_set.h67 const hasher& __hf = hasher(),
70 : _Base(__n, __hf, __detail::_Mod_range_hashing(),
78 const hasher& __hf = hasher(),
81 : _Base(__f, __l, __n, __hf, __detail::_Mod_range_hashing(),
116 const hasher& __hf = hasher(),
119 : _Base(__n, __hf, __detail::_Mod_range_hashing(),
128 const hasher& __hf = hasher(),
131 : _Base(__f, __l, __n, __hf, __detail::_Mod_range_hashing(),
187 const hasher& __hf = hasher(),
190 : _Base(__n, __hf, __eq
[all...]
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dunordered_set.h131 * @param __hf A hash functor.
137 const hasher& __hf = hasher(),
140 : _M_h(__n, __hf, __eql, __a)
148 * @param __hf A hash functor.
159 const hasher& __hf = hasher(),
162 : _M_h(__first, __last, __n, __hf, __eql, __a)
204 * @param __hf A hash functor.
213 const hasher& __hf = hasher(),
216 : _M_h(__l, __n, __hf, __eql, __a)
223 unordered_set(size_type __n, const hasher& __hf, argument
236 unordered_set(_InputIterator __first, _InputIterator __last, size_type __n, const hasher& __hf, const allocator_type& __a) argument
248 unordered_set(initializer_list<value_type> __l, size_type __n, const hasher& __hf, const allocator_type& __a) argument
905 unordered_multiset(size_type __n, const hasher& __hf, const allocator_type& __a) argument
918 unordered_multiset(_InputIterator __first, _InputIterator __last, size_type __n, const hasher& __hf, const allocator_type& __a) argument
930 unordered_multiset(initializer_list<value_type> __l, size_type __n, const hasher& __hf, const allocator_type& __a) argument
[all...]
H A Dunordered_map.h137 * @param __hf A hash functor.
143 const hasher& __hf = hasher(),
146 : _M_h(__n, __hf, __eql, __a)
154 * @param __hf A hash functor.
165 const hasher& __hf = hasher(),
168 : _M_h(__first, __last, __n, __hf, __eql, __a)
210 * @param __hf A hash functor.
219 const hasher& __hf = hasher(),
222 : _M_h(__l, __n, __hf, __eql, __a)
229 unordered_map(size_type __n, const hasher& __hf, argument
242 unordered_map(_InputIterator __first, _InputIterator __last, size_type __n, const hasher& __hf, const allocator_type& __a) argument
254 unordered_map(initializer_list<value_type> __l, size_type __n, const hasher& __hf, const allocator_type& __a) argument
982 unordered_multimap(size_type __n, const hasher& __hf, const allocator_type& __a) argument
995 unordered_multimap(_InputIterator __first, _InputIterator __last, size_type __n, const hasher& __hf, const allocator_type& __a) argument
1007 unordered_multimap(initializer_list<value_type> __l, size_type __n, const hasher& __hf, const allocator_type& __a) argument
[all...]
H A Dhashtable.h423 const _H1& __hf = _H1(),
426 : _Hashtable(__n, __hf, _H2(), _Hash(), __eql,
433 const _H1& __hf = _H1(),
436 : _Hashtable(__f, __l, __n, __hf, _H2(), _Hash(), __eql,
442 const _H1& __hf = _H1(),
445 : _Hashtable(__l.begin(), __l.end(), __n, __hf, _H2(), _Hash(), __eql,
/haiku-buildtools/gcc/libstdc++-v3/include/backward/
H A Dhashtable.h337 hashtable(size_type __n, const _HashFcn& __hf, argument
340 : _M_node_allocator(__a), _M_hash(__hf), _M_equals(__eql),
344 hashtable(size_type __n, const _HashFcn& __hf, argument
347 : _M_node_allocator(__a), _M_hash(__hf), _M_equals(__eql),
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tree-ssa/
H A Dcopyprop.C47 hashtable(size_type __n, const _HashFcn& __hf, const _EqualKey& __eql, const allocator_type& __a = allocator_type()) : _M_num_elements(0) { argument

Completed in 159 milliseconds