Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/
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);
D_hashtable.c199 ::insert_unique_noresize(const value_type& __obj) { in insert_unique_noresize() function
256 return *insert_unique_noresize(__obj).first; in _M_insert()
D_hash_map.h192 { return _M_ht.insert_unique_noresize(__obj); } in _STLP_CREATE_HASH_ITERATOR_TRAITS()
D_hash_set.h194 { return _M_ht.insert_unique_noresize(__obj); } in _STLP_CREATE_HASH_ITERATOR_TRAITS()
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
D_hashtable.h217 pair<iterator, bool> insert_unique_noresize(const value_type& __obj) { in insert_unique_noresize() function
218 pair<_Base_iterator, bool> __res = _M_non_dbg_impl.insert_unique_noresize(__obj); in insert_unique_noresize()