Searched refs:insert_equal (Results 1 - 6 of 6) sorted by relevance

/haiku/headers/cpp/
H A Dstl_multiset.h85 { _M_t.insert_equal(__first, __last); }
91 : _M_t(__comp, __a) { _M_t.insert_equal(__first, __last); }
97 { _M_t.insert_equal(__first, __last); }
102 : _M_t(__comp, __a) { _M_t.insert_equal(__first, __last); }
106 { _M_t.insert_equal(__first, __last); }
111 : _M_t(__comp, __a) { _M_t.insert_equal(__first, __last); }
139 return _M_t.insert_equal(__x);
143 return _M_t.insert_equal((_Rep_iterator&)__position, __x);
149 _M_t.insert_equal(__first, __last);
153 _M_t.insert_equal(__firs
[all...]
H A Dstl_multimap.h98 { _M_t.insert_equal(__first, __last); }
104 : _M_t(__comp, __a) { _M_t.insert_equal(__first, __last); }
108 { _M_t.insert_equal(__first, __last); }
112 : _M_t(__comp, __a) { _M_t.insert_equal(__first, __last); }
116 { _M_t.insert_equal(__first, __last); }
120 : _M_t(__comp, __a) { _M_t.insert_equal(__first, __last); }
151 iterator insert(const value_type& __x) { return _M_t.insert_equal(__x); }
153 return _M_t.insert_equal(__position, __x);
158 _M_t.insert_equal(__first, __last);
162 _M_t.insert_equal(__firs
[all...]
H A Dstl_hash_map.h278 { _M_ht.insert_equal(__f, __l); }
282 { _M_ht.insert_equal(__f, __l); }
287 { _M_ht.insert_equal(__f, __l); }
293 { _M_ht.insert_equal(__f, __l); }
298 { _M_ht.insert_equal(__f, __l); }
301 { _M_ht.insert_equal(__f, __l); }
305 { _M_ht.insert_equal(__f, __l); }
310 { _M_ht.insert_equal(__f, __l); }
314 { _M_ht.insert_equal(__f, __l); }
317 { _M_ht.insert_equal(__
[all...]
H A Dstl_hash_set.h272 { _M_ht.insert_equal(__f, __l); }
276 { _M_ht.insert_equal(__f, __l); }
281 { _M_ht.insert_equal(__f, __l); }
287 { _M_ht.insert_equal(__f, __l); }
292 { _M_ht.insert_equal(__f, __l); }
295 { _M_ht.insert_equal(__f, __l); }
299 { _M_ht.insert_equal(__f, __l); }
304 { _M_ht.insert_equal(__f, __l); }
308 { _M_ht.insert_equal(__f, __l); }
311 { _M_ht.insert_equal(__
[all...]
H A Dstl_tree.h711 iterator insert_equal(const value_type& __x);
714 iterator insert_equal(iterator __position, const value_type& __x);
720 void insert_equal(_InputIterator __first, _InputIterator __last);
724 void insert_equal(const_iterator __first, const_iterator __last);
725 void insert_equal(const value_type* __first, const value_type* __last);
859 ::insert_equal(const _Value& __v) function in class:_Rb_tree
936 ::insert_equal(iterator __position, const _Val& __v) function in class:_Rb_tree
944 return insert_equal(__v);
949 return insert_equal(__v);
961 return insert_equal(__
970 ::insert_equal(_II __first, _II __last) function in class:_Rb_tree
989 ::insert_equal(const _Val* __first, const _Val* __last) function in class:_Rb_tree
998 ::insert_equal(const_iterator __first, const_iterator __last) function in class:_Rb_tree
[all...]
H A Dstl_hashtable.h360 iterator insert_equal(const value_type& __obj) function in class:hashtable
377 void insert_equal(_InputIterator __f, _InputIterator __l) function in class:hashtable
379 insert_equal(__f, __l, __ITERATOR_CATEGORY(__f));
391 void insert_equal(_InputIterator __f, _InputIterator __l, function in class:hashtable
395 insert_equal(*__f);
410 void insert_equal(_ForwardIterator __f, _ForwardIterator __l, function in class:hashtable
429 void insert_equal(const value_type* __f, const value_type* __l) function in class:hashtable
446 void insert_equal(const_iterator __f, const_iterator __l) function in class:hashtable

Completed in 97 milliseconds