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

/haiku-buildtools/gcc/libstdc++-v3/include/tr1/
H A Dunordered_map.h68 const key_equal& __eql = key_equal(),
72 __eql, std::_Select1st<std::pair<const _Key, _Tp> >(), __a)
79 const key_equal& __eql = key_equal(),
83 __eql, std::_Select1st<std::pair<const _Key, _Tp> >(), __a)
119 const key_equal& __eql = key_equal(),
123 __eql, std::_Select1st<std::pair<const _Key, _Tp> >(), __a)
131 const key_equal& __eql = key_equal(),
135 __eql, std::_Select1st<std::pair<const _Key, _Tp> >(), __a)
195 const key_equal& __eql = key_equal(),
197 : _Base(__n, __hf, __eql, __
[all...]
H A Dunordered_set.h68 const key_equal& __eql = key_equal(),
71 __detail::_Default_ranged_hash(), __eql,
79 const key_equal& __eql = key_equal(),
82 __detail::_Default_ranged_hash(), __eql,
117 const key_equal& __eql = key_equal(),
120 __detail::_Default_ranged_hash(), __eql,
129 const key_equal& __eql = key_equal(),
132 __detail::_Default_ranged_hash(), __eql,
188 const key_equal& __eql = key_equal(),
190 : _Base(__n, __hf, __eql, __
[all...]
/haiku-buildtools/legacy/gcc/libstdc++/stl/
H A Dstl_hash_map.h87 hash_map(size_type __n, const hasher& __hf, const key_equal& __eql, argument
89 : _M_ht(__n, __hf, __eql, __a) {}
107 const hasher& __hf, const key_equal& __eql,
109 : _M_ht(__n, __hf, __eql, __a)
124 const hasher& __hf, const key_equal& __eql,
126 : _M_ht(__n, __hf, __eql, __a)
140 const hasher& __hf, const key_equal& __eql,
142 : _M_ht(__n, __hf, __eql, __a)
270 hash_multimap(size_type __n, const hasher& __hf, const key_equal& __eql, argument
272 : _M_ht(__n, __hf, __eql, __
106 hash_map(_InputIterator __f, _InputIterator __l, size_type __n, const hasher& __hf, const key_equal& __eql, const allocator_type& __a = allocator_type()) 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
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
289 hash_multimap(_InputIterator __f, _InputIterator __l, size_type __n, const hasher& __hf, const key_equal& __eql, const allocator_type& __a = allocator_type()) 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
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.h85 hash_set(size_type __n, const hasher& __hf, const key_equal& __eql, argument
87 : _M_ht(__n, __hf, __eql, __a) {}
105 const hasher& __hf, const key_equal& __eql,
107 : _M_ht(__n, __hf, __eql, __a)
122 const hasher& __hf, const key_equal& __eql,
124 : _M_ht(__n, __hf, __eql, __a)
138 const hasher& __hf, const key_equal& __eql,
140 : _M_ht(__n, __hf, __eql, __a)
264 hash_multiset(size_type __n, const hasher& __hf, const key_equal& __eql, argument
266 : _M_ht(__n, __hf, __eql, __
104 hash_set(_InputIterator __f, _InputIterator __l, size_type __n, const hasher& __hf, const key_equal& __eql, const allocator_type& __a = allocator_type()) 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
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
283 hash_multiset(_InputIterator __f, _InputIterator __l, size_type __n, const hasher& __hf, const key_equal& __eql, const allocator_type& __a = allocator_type()) 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
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.h249 const _EqualKey& __eql,
254 _M_equals(__eql),
264 const _EqualKey& __eql,
268 _M_equals(__eql),
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dunordered_set.h132 * @param __eql A key equality functor.
138 const key_equal& __eql = key_equal(),
140 : _M_h(__n, __hf, __eql, __a)
149 * @param __eql A key equality functor.
160 const key_equal& __eql = key_equal(),
162 : _M_h(__first, __last, __n, __hf, __eql, __a)
205 * @param __eql A key equality functor.
214 const key_equal& __eql = key_equal(),
216 : _M_h(__l, __n, __hf, __eql, __a)
806 * @param __eql
[all...]
H A Dunordered_map.h138 * @param __eql A key equality functor.
144 const key_equal& __eql = key_equal(),
146 : _M_h(__n, __hf, __eql, __a)
155 * @param __eql A key equality functor.
166 const key_equal& __eql = key_equal(),
168 : _M_h(__first, __last, __n, __hf, __eql, __a)
211 * @param __eql A key equality functor.
220 const key_equal& __eql = key_equal(),
222 : _M_h(__l, __n, __hf, __eql, __a)
891 * @param __eql
[all...]
H A Dhashtable.h424 const key_equal& __eql = key_equal(),
426 : _Hashtable(__n, __hf, _H2(), _Hash(), __eql,
434 const key_equal& __eql = key_equal(),
436 : _Hashtable(__f, __l, __n, __hf, _H2(), _Hash(), __eql,
443 const key_equal& __eql = key_equal(),
445 : _Hashtable(__l.begin(), __l.end(), __n, __hf, _H2(), _Hash(), __eql,
/haiku-buildtools/gcc/libstdc++-v3/include/backward/
H A Dhashtable.h338 const _EqualKey& __eql, const _ExtractKey& __ext,
340 : _M_node_allocator(__a), _M_hash(__hf), _M_equals(__eql),
345 const _EqualKey& __eql,
347 : _M_node_allocator(__a), _M_hash(__hf), _M_equals(__eql),
337 hashtable(size_type __n, const _HashFcn& __hf, const _EqualKey& __eql, const _ExtractKey& __ext, const allocator_type& __a = allocator_type()) argument
344 hashtable(size_type __n, const _HashFcn& __hf, const _EqualKey& __eql, const allocator_type& __a = allocator_type()) argument
/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 143 milliseconds