Searched defs:__hint (Results 1 - 4 of 4) sorted by relevance

/external/stlport/stlport/stl/
H A D_hash_map.h223 void resize(size_type __hint) { _M_ht.resize(__hint); } argument
409 void resize(size_type __hint) { _M_ht.resize(__hint); } argument
H A D_hash_set.h218 void resize(size_type __hint) { _M_ht.resize(__hint); } argument
400 void resize(size_type __hint) { _M_ht.resize(__hint); } argument
H A D_unordered_map.h135 iterator insert(const_iterator /*__hint*/, const value_type& __obj)
188 void rehash(size_type __hint) { _M_ht.rehash(__hint); } argument
303 iterator insert(const_iterator /*__hint*/, const value_type& __obj)
348 void rehash(size_type __hint) { _M_ht.rehash(__hint); } argument
H A D_unordered_set.h129 iterator insert(const_iterator /*__hint*/, const value_type& __obj)
174 void rehash(size_type __hint) { _M_ht.rehash(__hint); } argument
279 iterator insert(const_iterator /*__hint*/, const value_type& __obj)
324 void rehash(size_type __hint) { _M_ht.rehash(__hint); } argument

Completed in 75 milliseconds