Home
last modified time | relevance | path

Searched refs:__hf (Results 1 – 3 of 3) sorted by relevance

/haiku/headers/cpp/
H A Dstl_hash_map.h85 hash_map(size_type __n, const hasher& __hf) in hash_map() argument
86 : _M_ht(__n, __hf, key_equal(), allocator_type()) {} in hash_map()
87 hash_map(size_type __n, const hasher& __hf, const key_equal& __eql,
89 : _M_ht(__n, __hf, __eql, __a) {} in _M_ht() argument
102 const hasher& __hf) in hash_map() argument
103 : _M_ht(__n, __hf, key_equal(), allocator_type()) in hash_map()
107 const hasher& __hf, const key_equal& __eql,
109 : _M_ht(__n, __hf, __eql, __a) in _M_ht() argument
120 const hasher& __hf) in hash_map() argument
121 : _M_ht(__n, __hf, key_equal(), allocator_type()) in hash_map()
[all …]
H A Dstl_hash_set.h83 hash_set(size_type __n, const hasher& __hf) in hash_set() argument
84 : _M_ht(__n, __hf, key_equal(), allocator_type()) {} in hash_set()
85 hash_set(size_type __n, const hasher& __hf, const key_equal& __eql,
87 : _M_ht(__n, __hf, __eql, __a) {} in _M_ht() argument
100 const hasher& __hf) in hash_set() argument
101 : _M_ht(__n, __hf, key_equal(), allocator_type()) in hash_set()
105 const hasher& __hf, const key_equal& __eql,
107 : _M_ht(__n, __hf, __eql, __a) in _M_ht() argument
118 const hasher& __hf) in hash_set() argument
119 : _M_ht(__n, __hf, key_equal(), allocator_type()) in hash_set()
[all …]
H A Dstl_hashtable.h248 const _HashFcn& __hf,
253 _M_hash(__hf),
263 const _HashFcn& __hf,
267 _M_hash(__hf),