Searched defs:__hf (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/gcc/libstdc++-v3/include/debug/ |
H A D | hash_multiset.h | 85 hash_multiset(size_type __n, const hasher& __hf) : _Base(__n, __hf) { } in hash_multiset() 89 : _Base(__n, __hf, __eql, __a) in _Base() argument 104 const hasher& __hf) in hash_multiset() 112 : _Base(__gnu_debug::__check_valid_range(__f, __l), __l, __n, __hf, in _Base() argument
|
H A D | hash_set.h | 85 hash_set(size_type __n, const hasher& __hf) : _Base(__n, __hf) { } in hash_set() 89 : _Base(__n, __hf, __eql, __a) { } in _Base() argument 101 const hasher& __hf) in hash_set() 108 : _Base(__gnu_debug::__check_valid_range(__f, __l), __l, __n, __hf, in _Base() argument
|
H A D | hash_multimap.h | 87 hash_multimap(size_type __n, const hasher& __hf) : _Base(__n, __hf) { } in hash_multimap() 91 : _Base(__n, __hf, __eql, __a) { } in _Base() argument 103 const hasher& __hf) in hash_multimap() 110 : _Base(__gnu_debug::__check_valid_range(__f, __l), __l, __n, __hf, in _Base() argument
|
H A D | hash_map.h | 88 hash_map(size_type __n, const hasher& __hf) : _Base(__n, __hf) { } in hash_map() 92 : _Base(__n, __hf, __eql, __a) { } in _Base() argument 104 const hasher& __hf) in hash_map() 111 : _Base(__gnu_debug::__check_valid_range(__f, __l), __l, __n, __hf, in _Base() argument
|