Searched refs:hash_multiset (Results 1 – 2 of 2) sorted by relevance
/haiku/headers/cpp/ |
H A D | stl_hash_set.h | 228 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 D | hash_set.h | 41 using __STD::hash_multiset;
|