Searched refs:hasher (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/cpp/
H A Dstl_hash_map.h62 typedef typename _Ht::hasher hasher; typedef in class:hash_map
77 hasher hash_funct() const { return _M_ht.hash_funct(); }
82 hash_map() : _M_ht(100, hasher(), key_equal(), allocator_type()) {}
84 : _M_ht(__n, hasher(), key_equal(), allocator_type()) {}
85 hash_map(size_type __n, const hasher& __hf)
87 hash_map(size_type __n, const hasher& __hf, const key_equal& __eql,
94 : _M_ht(100, hasher(), key_equal(), allocator_type())
98 : _M_ht(__n, hasher(), key_equal(), allocator_type())
102 const hasher
245 typedef typename _Ht::hasher hasher; typedef in class:hash_multimap
[all...]
H A Dstl_hash_set.h59 typedef typename _Ht::hasher hasher; typedef in class:hash_set
74 hasher hash_funct() const { return _M_ht.hash_funct(); }
80 : _M_ht(100, hasher(), key_equal(), allocator_type()) {}
82 : _M_ht(__n, hasher(), key_equal(), allocator_type()) {}
83 hash_set(size_type __n, const hasher& __hf)
85 hash_set(size_type __n, const hasher& __hf, const key_equal& __eql,
92 : _M_ht(100, hasher(), key_equal(), allocator_type())
96 : _M_ht(__n, hasher(), key_equal(), allocator_type())
100 const hasher
238 typedef typename _Ht::hasher hasher; typedef in class:hash_multiset
[all...]
H A Dstl_hashtable.h191 typedef _HashFcn hasher; typedef in class:hashtable
201 hasher hash_funct() const { return _M_hash; }
228 hasher _M_hash;

Completed in 18 milliseconds