Searched defs:insert_equal (Results 1 – 3 of 3) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/ |
D | _tree.h | 227 iterator insert_equal(const value_type& __x) in insert_equal() function 234 iterator insert_equal(iterator __pos, const value_type& __x) { in insert_equal() function 241 void insert_equal(_InputIterator __first, _InputIterator __last) { in insert_equal() function 259 void insert_equal(const_iterator __first, const_iterator __last) { in insert_equal() function 263 void insert_equal(const value_type* __first, const value_type* __last) { in insert_equal() function
|
D | _hashtable.h | 214 iterator insert_equal(const value_type& __obj) in insert_equal() function 233 void insert_equal(_InputIterator __f, _InputIterator __l){ in insert_equal() function 244 void insert_equal(const value_type* __f, const value_type* __l) { in insert_equal() function 254 void insert_equal(const_iterator __f, const_iterator __l) { in insert_equal() function
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _tree.c | 387 _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc> ::insert_equal(const _Value& __val) { in insert_equal() function 539 _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc> ::insert_equal(iterator __position, in insert_equal() function
|