Lines Matching refs:hash_map

50 class hash_map
82 hash_map() : _M_ht(100, hasher(), key_equal(), allocator_type()) {} in hash_map() function
83 explicit hash_map(size_type __n) in hash_map() function
85 hash_map(size_type __n, const hasher& __hf) in hash_map() function
87 hash_map(size_type __n, const hasher& __hf, const key_equal& __eql,
93 hash_map(_InputIterator __f, _InputIterator __l) in hash_map() function
97 hash_map(_InputIterator __f, _InputIterator __l, size_type __n) in hash_map() function
101 hash_map(_InputIterator __f, _InputIterator __l, size_type __n, in hash_map() function
106 hash_map(_InputIterator __f, _InputIterator __l, size_type __n,
113 hash_map(const value_type* __f, const value_type* __l) in hash_map() function
116 hash_map(const value_type* __f, const value_type* __l, size_type __n) in hash_map() function
119 hash_map(const value_type* __f, const value_type* __l, size_type __n, in hash_map() function
123 hash_map(const value_type* __f, const value_type* __l, size_type __n,
129 hash_map(const_iterator __f, const_iterator __l) in hash_map() function
132 hash_map(const_iterator __f, const_iterator __l, size_type __n) in hash_map() function
135 hash_map(const_iterator __f, const_iterator __l, size_type __n, in hash_map() function
139 hash_map(const_iterator __f, const_iterator __l, size_type __n,
150 void swap(hash_map& __hs) { _M_ht.swap(__hs._M_ht); } in swap()
152 operator== __STL_NULL_TMPL_ARGS (const hash_map&, const hash_map&);
206 operator==(const hash_map<_Key,_Tp,_HashFcn,_EqlKey,_Alloc>& __hm1,
207 const hash_map<_Key,_Tp,_HashFcn,_EqlKey,_Alloc>& __hm2)
216 swap(hash_map<_Key,_Tp,_HashFcn,_EqlKey,_Alloc>& __hm1, in swap()
217 hash_map<_Key,_Tp,_HashFcn,_EqlKey,_Alloc>& __hm2) in swap()