Lines Matching refs:__f

93   hash_map(_InputIterator __f, _InputIterator __l)  in hash_map()  argument
95 { _M_ht.insert_unique(__f, __l); } in hash_map()
97 hash_map(_InputIterator __f, _InputIterator __l, size_type __n) in hash_map() argument
99 { _M_ht.insert_unique(__f, __l); } in hash_map()
101 hash_map(_InputIterator __f, _InputIterator __l, size_type __n, in hash_map() argument
104 { _M_ht.insert_unique(__f, __l); } in hash_map()
106 hash_map(_InputIterator __f, _InputIterator __l, size_type __n,
110 { _M_ht.insert_unique(__f, __l); } in _M_ht()
113 hash_map(const value_type* __f, const value_type* __l) in hash_map() argument
115 { _M_ht.insert_unique(__f, __l); } in hash_map()
116 hash_map(const value_type* __f, const value_type* __l, size_type __n) in hash_map() argument
118 { _M_ht.insert_unique(__f, __l); } in hash_map()
119 hash_map(const value_type* __f, const value_type* __l, size_type __n, in hash_map() argument
122 { _M_ht.insert_unique(__f, __l); } in hash_map()
123 hash_map(const value_type* __f, const value_type* __l, size_type __n,
127 { _M_ht.insert_unique(__f, __l); } in _M_ht()
129 hash_map(const_iterator __f, const_iterator __l) in hash_map() argument
131 { _M_ht.insert_unique(__f, __l); } in hash_map()
132 hash_map(const_iterator __f, const_iterator __l, size_type __n) in hash_map() argument
134 { _M_ht.insert_unique(__f, __l); } in hash_map()
135 hash_map(const_iterator __f, const_iterator __l, size_type __n, in hash_map() argument
138 { _M_ht.insert_unique(__f, __l); } in hash_map()
139 hash_map(const_iterator __f, const_iterator __l, size_type __n,
143 { _M_ht.insert_unique(__f, __l); } in _M_ht()
164 void insert(_InputIterator __f, _InputIterator __l) in insert() argument
165 { _M_ht.insert_unique(__f,__l); } in insert()
167 void insert(const value_type* __f, const value_type* __l) { in insert() argument
168 _M_ht.insert_unique(__f,__l); in insert()
170 void insert(const_iterator __f, const_iterator __l) in insert() argument
171 { _M_ht.insert_unique(__f, __l); } in insert()
194 void erase(iterator __f, iterator __l) { _M_ht.erase(__f, __l); } in erase() argument
276 hash_multimap(_InputIterator __f, _InputIterator __l) in hash_multimap() argument
278 { _M_ht.insert_equal(__f, __l); } in hash_multimap()
280 hash_multimap(_InputIterator __f, _InputIterator __l, size_type __n) in hash_multimap() argument
282 { _M_ht.insert_equal(__f, __l); } in hash_multimap()
284 hash_multimap(_InputIterator __f, _InputIterator __l, size_type __n, in hash_multimap() argument
287 { _M_ht.insert_equal(__f, __l); } in hash_multimap()
289 hash_multimap(_InputIterator __f, _InputIterator __l, size_type __n,
293 { _M_ht.insert_equal(__f, __l); } in _M_ht()
296 hash_multimap(const value_type* __f, const value_type* __l) in hash_multimap() argument
298 { _M_ht.insert_equal(__f, __l); } in hash_multimap()
299 hash_multimap(const value_type* __f, const value_type* __l, size_type __n) in hash_multimap() argument
301 { _M_ht.insert_equal(__f, __l); } in hash_multimap()
302 hash_multimap(const value_type* __f, const value_type* __l, size_type __n, in hash_multimap() argument
305 { _M_ht.insert_equal(__f, __l); } in hash_multimap()
306 hash_multimap(const value_type* __f, const value_type* __l, size_type __n,
310 { _M_ht.insert_equal(__f, __l); } in _M_ht()
312 hash_multimap(const_iterator __f, const_iterator __l) in hash_multimap() argument
314 { _M_ht.insert_equal(__f, __l); } in hash_multimap()
315 hash_multimap(const_iterator __f, const_iterator __l, size_type __n) in hash_multimap() argument
317 { _M_ht.insert_equal(__f, __l); } in hash_multimap()
318 hash_multimap(const_iterator __f, const_iterator __l, size_type __n, in hash_multimap() argument
321 { _M_ht.insert_equal(__f, __l); } in hash_multimap()
322 hash_multimap(const_iterator __f, const_iterator __l, size_type __n,
326 { _M_ht.insert_equal(__f, __l); } in _M_ht()
348 void insert(_InputIterator __f, _InputIterator __l) in insert() argument
349 { _M_ht.insert_equal(__f,__l); } in insert()
351 void insert(const value_type* __f, const value_type* __l) { in insert() argument
352 _M_ht.insert_equal(__f,__l); in insert()
354 void insert(const_iterator __f, const_iterator __l) in insert() argument
355 { _M_ht.insert_equal(__f, __l); } in insert()
374 void erase(iterator __f, iterator __l) { _M_ht.erase(__f, __l); } in erase() argument