Home
last modified time | relevance | path

Searched refs:insert_equal_noresize (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_hashtable.h414 return insert_equal_noresize(__obj);
421 iterator insert_equal_noresize(const value_type& __obj);
461 insert_equal_noresize(*__f);
476 insert_equal_noresize(*__f);
490 insert_equal_noresize(*__f);
D_hashtable.c230 ::insert_equal_noresize(const value_type& __obj) { in insert_equal_noresize() function
D_hash_map.h385 { return _M_ht.insert_equal_noresize(__obj); } in _STLP_CREATE_HASH_ITERATOR_TRAITS()
D_hash_set.h375 { return _M_ht.insert_equal_noresize(__obj); } in _STLP_CREATE_HASH_ITERATOR_TRAITS()
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
D_hashtable.h222 iterator insert_equal_noresize(const value_type& __obj) in insert_equal_noresize() function
223 { return iterator(&_M_iter_list, _M_non_dbg_impl.insert_equal_noresize(__obj)); } in insert_equal_noresize()