Searched defs:__hf (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/cpp/
H A Dstl_hash_map.h85 hash_map(size_type __n, const hasher& __hf) argument
87 hash_map(size_type __n, const hasher& __hf, const key_equal& __eql, argument
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
85 hash_set(size_type __n, const hasher& __hf, const key_equal& __eql, argument
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...]

Completed in 84 milliseconds