Searched refs:insert_unique_noresize (Results 1 - 5 of 5) sorted by relevance

/external/stlport/stlport/stl/
H A D_hashtable.h409 return insert_unique_noresize(__obj);
420 pair<iterator, bool> insert_unique_noresize(const value_type& __obj);
452 insert_unique_noresize(*__f);
469 insert_unique_noresize(*__f);
483 insert_unique_noresize(*__f);
H A D_hashtable.c199 ::insert_unique_noresize(const value_type& __obj) { function in class:_All
256 return *insert_unique_noresize(__obj).first;
H A D_hash_map.h192 { return _M_ht.insert_unique_noresize(__obj); }
H A D_hash_set.h194 { return _M_ht.insert_unique_noresize(__obj); }
/external/stlport/stlport/stl/debug/
H A D_hashtable.h217 pair<iterator, bool> insert_unique_noresize(const value_type& __obj) { function in class:hashtable
218 pair<_Base_iterator, bool> __res = _M_non_dbg_impl.insert_unique_noresize(__obj);

Completed in 62 milliseconds