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

/haiku/headers/cpp/
H A Dstl_hashtable.h357 return insert_unique_noresize(__obj);
366 pair<iterator, bool> insert_unique_noresize(const value_type& __obj);
406 insert_unique_noresize(*__f);
426 insert_unique_noresize(*__f);
443 insert_unique_noresize(*__f);
700 ::insert_unique_noresize(const value_type& __obj) function in class:hashtable
H A Dstl_hash_map.h174 { return _M_ht.insert_unique_noresize(__obj); }
H A Dstl_hash_set.h175 _M_ht.insert_unique_noresize(__obj);

Completed in 33 milliseconds