Lines Matching refs:_Hash

39 	   class _Hash = hash<_Value>,  in _GLIBCXX_VISIBILITY()
46 _Hash, __detail::_Mod_range_hashing, in _GLIBCXX_VISIBILITY()
53 _Hash, __detail::_Mod_range_hashing, in _GLIBCXX_VISIBILITY()
88 class _Hash = hash<_Value>, in _GLIBCXX_VISIBILITY()
95 _Hash, __detail::_Mod_range_hashing, in _GLIBCXX_VISIBILITY()
102 _Hash, __detail::_Mod_range_hashing, in _GLIBCXX_VISIBILITY()
137 template<class _Value, class _Hash, class _Pred, class _Alloc, in _GLIBCXX_VISIBILITY()
140 swap(__unordered_set<_Value, _Hash, _Pred, _Alloc, __cache_hash_code>& __x, in _GLIBCXX_VISIBILITY()
141 __unordered_set<_Value, _Hash, _Pred, _Alloc, __cache_hash_code>& __y) in _GLIBCXX_VISIBILITY()
144 template<class _Value, class _Hash, class _Pred, class _Alloc, in _GLIBCXX_VISIBILITY()
147 swap(__unordered_multiset<_Value, _Hash, _Pred, in _GLIBCXX_VISIBILITY()
149 __unordered_multiset<_Value, _Hash, _Pred, in _GLIBCXX_VISIBILITY()
170 class _Hash = hash<_Value>, in _GLIBCXX_VISIBILITY()
174 : public __unordered_set<_Value, _Hash, _Pred, _Alloc> in _GLIBCXX_VISIBILITY()
176 typedef __unordered_set<_Value, _Hash, _Pred, _Alloc> _Base; in _GLIBCXX_VISIBILITY()
219 class _Hash = hash<_Value>, in _GLIBCXX_VISIBILITY()
223 : public __unordered_multiset<_Value, _Hash, _Pred, _Alloc> in _GLIBCXX_VISIBILITY()
225 typedef __unordered_multiset<_Value, _Hash, _Pred, _Alloc> _Base; in _GLIBCXX_VISIBILITY()
253 template<class _Value, class _Hash, class _Pred, class _Alloc> in _GLIBCXX_VISIBILITY()
255 swap(unordered_set<_Value, _Hash, _Pred, _Alloc>& __x, in _GLIBCXX_VISIBILITY()
256 unordered_set<_Value, _Hash, _Pred, _Alloc>& __y) in _GLIBCXX_VISIBILITY()
259 template<class _Value, class _Hash, class _Pred, class _Alloc> in _GLIBCXX_VISIBILITY()
261 swap(unordered_multiset<_Value, _Hash, _Pred, _Alloc>& __x, in _GLIBCXX_VISIBILITY()
262 unordered_multiset<_Value, _Hash, _Pred, _Alloc>& __y) in _GLIBCXX_VISIBILITY()