Home
last modified time | relevance | path

Searched refs:hash_multiset (Results 1 – 2 of 2) sorted by relevance

/haiku/headers/cpp/
H A Dstl_hash_set.h228 class hash_multiset
258 hash_multiset() in hash_multiset() function
260 explicit hash_multiset(size_type __n) in hash_multiset() function
262 hash_multiset(size_type __n, const hasher& __hf) in hash_multiset() function
264 hash_multiset(size_type __n, const hasher& __hf, const key_equal& __eql,
270 hash_multiset(_InputIterator __f, _InputIterator __l) in hash_multiset() function
274 hash_multiset(_InputIterator __f, _InputIterator __l, size_type __n) in hash_multiset() function
278 hash_multiset(_InputIterator __f, _InputIterator __l, size_type __n, in hash_multiset() function
283 hash_multiset(_InputIterator __f, _InputIterator __l, size_type __n,
290 hash_multiset(const value_type* __f, const value_type* __l) in hash_multiset() function
[all …]
H A Dhash_set.h41 using __STD::hash_multiset;