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

/external/stlport/stlport/stl/
H A D_hash_set.h87 hash_set(size_type __n, const hasher& __hf) argument
88 : _M_ht(__n, __hf, key_equal(), allocator_type()) {}
90 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) {}
116 const hasher& __hf)
117 : _M_ht(__n, __hf, key_equal(), allocator_type())
121 const hasher& __hf, cons
115 hash_set(_InputIterator __f, _InputIterator __l, size_type __n, const hasher& __hf) argument
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
139 hash_set(const value_type* __f, const value_type* __l, size_type __n, const hasher& __hf) 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
155 hash_set(const_iterator __f, const_iterator __l, size_type __n, const hasher& __hf) 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
273 hash_multiset(size_type __n, const hasher& __hf) 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
296 hash_multiset(_InputIterator __f, _InputIterator __l, size_type __n, const hasher& __hf) 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
321 hash_multiset(const value_type* __f, const value_type* __l, size_type __n, const hasher& __hf) 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
337 hash_multiset(const_iterator __f, const_iterator __l, size_type __n, const hasher& __hf) 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_hash_map.h91 hash_map(size_type __n, const hasher& __hf) argument
92 : _M_ht(__n, __hf, key_equal(), allocator_type()) {}
93 hash_map(size_type __n, const hasher& __hf, const key_equal& __eql, argument
95 : _M_ht(__n, __hf, __eql, __a) {}
114 const hasher& __hf)
115 : _M_ht(__n, __hf, key_equal(), allocator_type())
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, __eq
113 hash_map(_InputIterator __f, _InputIterator __l, size_type __n, const hasher& __hf) argument
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
138 hash_map(const value_type* __f, const value_type* __l, size_type __n, const hasher& __hf) 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
154 hash_map(const_iterator __f, const_iterator __l, size_type __n, const hasher& __hf) 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
282 hash_multimap(size_type __n, const hasher& __hf) argument
284 hash_multimap(size_type __n, const hasher& __hf, const key_equal& __eql, const allocator_type& __a = allocator_type()) argument
304 hash_multimap(_InputIterator __f, _InputIterator __l, size_type __n, const hasher& __hf) 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
329 hash_multimap(const value_type* __f, const value_type* __l, size_type __n, const hasher& __hf) 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
345 hash_multimap(const_iterator __f, const_iterator __l, size_type __n, const hasher& __hf) 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_unordered_map.h83 explicit unordered_map(size_type __n = 0, const hasher& __hf = hasher(),
86 : _M_ht(__n, __hf, __eql, __a) {}
96 size_type __n = 0, const hasher& __hf = hasher(),
99 : _M_ht(__n, __hf, __eql, __a)
103 size_type __n = 0, const hasher& __hf = hasher(),
106 : _M_ht(__n, __hf, __eql, __a)
110 size_type __n = 0, const hasher& __hf = hasher(),
113 : _M_ht(__n, __hf, __eql, __a)
251 explicit unordered_multimap(size_type __n = 0, const hasher& __hf = hasher(),
254 : _M_ht(__n, __hf, __eq
[all...]
H A D_unordered_set.h77 explicit unordered_set(size_type __n = 0, const hasher& __hf = hasher(),
80 : _M_ht(__n, __hf, __eql, __a) {}
90 size_type __n = 0, const hasher& __hf = hasher(),
93 : _M_ht(__n, __hf, __eql, __a)
97 size_type __n = 0, const hasher& __hf = hasher(),
100 : _M_ht(__n, __hf, __eql, __a)
104 size_type __n = 0, const hasher& __hf = hasher(),
107 : _M_ht(__n, __hf, __eql, __a)
227 explicit unordered_multiset(size_type __n = 0, const hasher& __hf = hasher(),
230 : _M_ht(__n, __hf, __eq
[all...]
H A D_hashtable.h304 const _HF& __hf,
309 const _HF& __hf,
311 : _M_hash(__hf),
320 const _HF& __hf,
324 : _M_hash(__hf),
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.h135 const _HF& __hf,
139 : _M_non_dbg_impl(__n, __hf, __eql, __ext, __a),
143 const _HF& __hf,
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 170 milliseconds