Searched defs:_M_insert_noresize (Results 1 - 8 of 8) sorted by relevance

/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
H A D_hashtable.c183 ::_M_insert_noresize(size_type __n, const value_type& __obj) { function in class:_All
213 /* Here we do not rely on the _M_insert_noresize method as we know
216 * done in _M_insert_noresize.
223 return pair<iterator, bool>(_M_insert_noresize(__n, __obj), true);
247 return _M_insert_noresize(__n, __obj);
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
H A D_hashtable.c183 ::_M_insert_noresize(size_type __n, const value_type& __obj) { function in class:_All
213 /* Here we do not rely on the _M_insert_noresize method as we know
216 * done in _M_insert_noresize.
223 return pair<iterator, bool>(_M_insert_noresize(__n, __obj), true);
247 return _M_insert_noresize(__n, __obj);
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
H A D_hashtable.c183 ::_M_insert_noresize(size_type __n, const value_type& __obj) { function in class:_All
213 /* Here we do not rely on the _M_insert_noresize method as we know
216 * done in _M_insert_noresize.
223 return pair<iterator, bool>(_M_insert_noresize(__n, __obj), true);
247 return _M_insert_noresize(__n, __obj);
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
H A D_hashtable.c183 ::_M_insert_noresize(size_type __n, const value_type& __obj) { function in class:_All
213 /* Here we do not rely on the _M_insert_noresize method as we know
216 * done in _M_insert_noresize.
223 return pair<iterator, bool>(_M_insert_noresize(__n, __obj), true);
247 return _M_insert_noresize(__n, __obj);
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
H A D_hashtable.c183 ::_M_insert_noresize(size_type __n, const value_type& __obj) { function in class:_All
213 /* Here we do not rely on the _M_insert_noresize method as we know
216 * done in _M_insert_noresize.
223 return pair<iterator, bool>(_M_insert_noresize(__n, __obj), true);
247 return _M_insert_noresize(__n, __obj);
/prebuilts/ndk/9/sources/cxx-stl/stlport/stlport/stl/
H A D_hashtable.c183 ::_M_insert_noresize(size_type __n, const value_type& __obj) { function in class:_All
213 /* Here we do not rely on the _M_insert_noresize method as we know
216 * done in _M_insert_noresize.
223 return pair<iterator, bool>(_M_insert_noresize(__n, __obj), true);
247 return _M_insert_noresize(__n, __obj);
/prebuilts/ndk/current/sources/cxx-stl/EH/stlport/stlport/stl/
H A D_hashtable.c183 ::_M_insert_noresize(size_type __n, const value_type& __obj) { function in class:_All
213 /* Here we do not rely on the _M_insert_noresize method as we know
216 * done in _M_insert_noresize.
223 return pair<iterator, bool>(_M_insert_noresize(__n, __obj), true);
247 return _M_insert_noresize(__n, __obj);
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
H A D_hashtable.c183 ::_M_insert_noresize(size_type __n, const value_type& __obj) { function in class:_All
213 /* Here we do not rely on the _M_insert_noresize method as we know
216 * done in _M_insert_noresize.
223 return pair<iterator, bool>(_M_insert_noresize(__n, __obj), true);
247 return _M_insert_noresize(__n, __obj);

Completed in 173 milliseconds