Lines Matching refs:__f
91 hash_set(_InputIterator __f, _InputIterator __l) in hash_set() argument
93 { _M_ht.insert_unique(__f, __l); } in hash_set()
95 hash_set(_InputIterator __f, _InputIterator __l, size_type __n) in hash_set() argument
97 { _M_ht.insert_unique(__f, __l); } in hash_set()
99 hash_set(_InputIterator __f, _InputIterator __l, size_type __n, in hash_set() argument
102 { _M_ht.insert_unique(__f, __l); } in hash_set()
104 hash_set(_InputIterator __f, _InputIterator __l, size_type __n,
108 { _M_ht.insert_unique(__f, __l); } in _M_ht()
111 hash_set(const value_type* __f, const value_type* __l) in hash_set() argument
113 { _M_ht.insert_unique(__f, __l); } in hash_set()
114 hash_set(const value_type* __f, const value_type* __l, size_type __n) in hash_set() argument
116 { _M_ht.insert_unique(__f, __l); } in hash_set()
117 hash_set(const value_type* __f, const value_type* __l, size_type __n, in hash_set() argument
120 { _M_ht.insert_unique(__f, __l); } in hash_set()
121 hash_set(const value_type* __f, const value_type* __l, size_type __n,
125 { _M_ht.insert_unique(__f, __l); } in _M_ht()
127 hash_set(const_iterator __f, const_iterator __l) in hash_set() argument
129 { _M_ht.insert_unique(__f, __l); } in hash_set()
130 hash_set(const_iterator __f, const_iterator __l, size_type __n) in hash_set() argument
132 { _M_ht.insert_unique(__f, __l); } in hash_set()
133 hash_set(const_iterator __f, const_iterator __l, size_type __n, in hash_set() argument
136 { _M_ht.insert_unique(__f, __l); } in hash_set()
137 hash_set(const_iterator __f, const_iterator __l, size_type __n,
141 { _M_ht.insert_unique(__f, __l); } in _M_ht()
163 void insert(_InputIterator __f, _InputIterator __l) in insert() argument
164 { _M_ht.insert_unique(__f,__l); } in insert()
166 void insert(const value_type* __f, const value_type* __l) { in insert() argument
167 _M_ht.insert_unique(__f,__l); in insert()
169 void insert(const_iterator __f, const_iterator __l) in insert() argument
170 {_M_ht.insert_unique(__f, __l); } in insert()
188 void erase(iterator __f, iterator __l) { _M_ht.erase(__f, __l); } in erase() argument
270 hash_multiset(_InputIterator __f, _InputIterator __l) in hash_multiset() argument
272 { _M_ht.insert_equal(__f, __l); } in hash_multiset()
274 hash_multiset(_InputIterator __f, _InputIterator __l, size_type __n) in hash_multiset() argument
276 { _M_ht.insert_equal(__f, __l); } in hash_multiset()
278 hash_multiset(_InputIterator __f, _InputIterator __l, size_type __n, in hash_multiset() argument
281 { _M_ht.insert_equal(__f, __l); } in hash_multiset()
283 hash_multiset(_InputIterator __f, _InputIterator __l, size_type __n,
287 { _M_ht.insert_equal(__f, __l); } in _M_ht()
290 hash_multiset(const value_type* __f, const value_type* __l) in hash_multiset() argument
292 { _M_ht.insert_equal(__f, __l); } in hash_multiset()
293 hash_multiset(const value_type* __f, const value_type* __l, size_type __n) in hash_multiset() argument
295 { _M_ht.insert_equal(__f, __l); } in hash_multiset()
296 hash_multiset(const value_type* __f, const value_type* __l, size_type __n, in hash_multiset() argument
299 { _M_ht.insert_equal(__f, __l); } in hash_multiset()
300 hash_multiset(const value_type* __f, const value_type* __l, size_type __n,
304 { _M_ht.insert_equal(__f, __l); } in _M_ht()
306 hash_multiset(const_iterator __f, const_iterator __l) in hash_multiset() argument
308 { _M_ht.insert_equal(__f, __l); } in hash_multiset()
309 hash_multiset(const_iterator __f, const_iterator __l, size_type __n) in hash_multiset() argument
311 { _M_ht.insert_equal(__f, __l); } in hash_multiset()
312 hash_multiset(const_iterator __f, const_iterator __l, size_type __n, in hash_multiset() argument
315 { _M_ht.insert_equal(__f, __l); } in hash_multiset()
316 hash_multiset(const_iterator __f, const_iterator __l, size_type __n,
320 { _M_ht.insert_equal(__f, __l); } in _M_ht()
339 void insert(_InputIterator __f, _InputIterator __l) in insert() argument
340 { _M_ht.insert_equal(__f,__l); } in insert()
342 void insert(const value_type* __f, const value_type* __l) { in insert() argument
343 _M_ht.insert_equal(__f,__l); in insert()
345 void insert(const_iterator __f, const_iterator __l) in insert() argument
346 { _M_ht.insert_equal(__f, __l); } in insert()
360 void erase(iterator __f, iterator __l) { _M_ht.erase(__f, __l); } in erase() argument