Searched refs:__hint (Results 1 - 6 of 6) sorted by relevance

/external/stlport/src/
H A Dc_locale.h152 struct _Locale_name_hint* __hint, int *__err_code);
154 struct _Locale_name_hint* __hint, int *__err_code);
156 struct _Locale_name_hint* __hint, int *__err_code);
158 struct _Locale_name_hint* __hint, int *__err_code);
160 struct _Locale_name_hint* __hint, int *__err_code);
162 struct _Locale_name_hint* __hint, int *__err_code);
/external/stlport/stlport/stl/
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
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_hashtable.h200 // Returns the bucket range containing sorted list of prime numbers <= __hint.
201 static void _STLP_CALL _S_prev_sizes(size_t __hint, const size_t *&__begin, const size_t *&__end);

Completed in 817 milliseconds