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

/external/stlport/stlport/stl/
H A D_hash_set.h90 hash_set(size_type __n, const hasher& __hf, const key_equal& __eql, argument
93 hash_set(size_type __n, const hasher& __hf, const key_equal& __eql)
94 : _M_ht(__n, __hf, __eql, allocator_type()) {}
95 hash_set(size_type __n, const hasher& __hf, const key_equal& __eql,
98 : _M_ht(__n, __hf, __eql, __a) {}
121 const hasher& __hf, const key_equal& __eql,
123 : _M_ht(__n, __hf, __eql, __a)
128 const hasher& __hf, const key_equal& __eql)
129 : _M_ht(__n, __hf, __eql, allocator_type())
144 const hasher& __hf, const key_equal& __eql,
120 hash_set(_InputIterator __f, _InputIterator __l, size_type __n, const hasher& __hf, const key_equal& __eql, const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL) argument
127 hash_set(_InputIterator __f, _InputIterator __l, size_type __n, const hasher& __hf, const key_equal& __eql) argument
143 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
159 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
275 hash_multiset(size_type __n, const hasher& __hf, const key_equal& __eql) argument
277 hash_multiset(size_type __n, const hasher& __hf, const key_equal& __eql, const allocator_type& __a) argument
302 hash_multiset(_InputIterator __f, _InputIterator __l, size_type __n, const hasher& __hf, const key_equal& __eql, const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL) argument
309 hash_multiset(_InputIterator __f, _InputIterator __l, size_type __n, const hasher& __hf, const key_equal& __eql) argument
325 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
341 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 D_unordered_map.h84 const key_equal& __eql = key_equal(),
86 : _M_ht(__n, __hf, __eql, __a) {}
97 const key_equal& __eql = key_equal(),
99 : _M_ht(__n, __hf, __eql, __a)
104 const key_equal& __eql = key_equal(),
106 : _M_ht(__n, __hf, __eql, __a)
111 const key_equal& __eql = key_equal(),
113 : _M_ht(__n, __hf, __eql, __a)
252 const key_equal& __eql = key_equal(),
254 : _M_ht(__n, __hf, __eql, __
[all...]
H A D_unordered_set.h78 const key_equal& __eql = key_equal(),
80 : _M_ht(__n, __hf, __eql, __a) {}
91 const key_equal& __eql = key_equal(),
93 : _M_ht(__n, __hf, __eql, __a)
98 const key_equal& __eql = key_equal(),
100 : _M_ht(__n, __hf, __eql, __a)
105 const key_equal& __eql = key_equal(),
107 : _M_ht(__n, __hf, __eql, __a)
228 const key_equal& __eql = key_equal(),
230 : _M_ht(__n, __hf, __eql, __
[all...]
H A D_hash_map.h93 hash_map(size_type __n, const hasher& __hf, const key_equal& __eql, argument
95 : _M_ht(__n, __hf, __eql, __a) {}
120 const hasher& __hf, const key_equal& __eql)
121 : _M_ht(__n, __hf, __eql, allocator_type())
126 const hasher& __hf, const key_equal& __eql,
128 : _M_ht(__n, __hf, __eql, __a)
143 const hasher& __hf, const key_equal& __eql,
145 : _M_ht(__n, __hf, __eql, __a)
159 const hasher& __hf, const key_equal& __eql,
161 : _M_ht(__n, __hf, __eql, __
119 hash_map(_InputIterator __f, _InputIterator __l, size_type __n, const hasher& __hf, const key_equal& __eql) argument
125 hash_map(_InputIterator __f, _InputIterator __l, size_type __n, const hasher& __hf, const key_equal& __eql, const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL) argument
142 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
158 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
284 hash_multimap(size_type __n, const hasher& __hf, const key_equal& __eql, const allocator_type& __a = allocator_type()) argument
310 hash_multimap(_InputIterator __f, _InputIterator __l, size_type __n, const hasher& __hf, const key_equal& __eql) argument
316 hash_multimap(_InputIterator __f, _InputIterator __l, size_type __n, const hasher& __hf, const key_equal& __eql, const allocator_type& __a _STLP_ALLOCATOR_TYPE_DFL) argument
333 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
349 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 D_hashtable.h305 const _EqK& __eql,
310 const _EqK& __eql)
312 _M_equals(__eql),
321 const _EqK& __eql,
325 _M_equals(__eql),
303 hashtable(size_type __n, const _HF& __hf, const _EqK& __eql, const allocator_type& __a = allocator_type()) argument
/external/stlport/stlport/stl/debug/
H A D_hashtable.h136 const _EqK& __eql,
139 : _M_non_dbg_impl(__n, __hf, __eql, __ext, __a),
144 const _EqK& __eql,
146 : _M_non_dbg_impl(__n, __hf, __eql, __a),
134 hashtable(size_type __n, const _HF& __hf, const _EqK& __eql, const _ExK& __ext, const allocator_type& __a = allocator_type()) argument
142 hashtable(size_type __n, const _HF& __hf, const _EqK& __eql, const allocator_type& __a = allocator_type()) argument

Completed in 1399 milliseconds