HomeSort by relevance Sort by last modified time
    Searched full:__sz (Results 1 - 25 of 61) sorted by null

1 2 3

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/debug/
deque 240 resize(size_type __sz)
242 bool __invalidate_all = __sz > this->size();
243 if (__sz < this->size())
244 this->_M_invalidate_after_nth(__sz);
246 _Base::resize(__sz);
253 resize(size_type __sz, const _Tp& __c)
255 bool __invalidate_all = __sz > this->size();
256 if (__sz < this->size())
257 this->_M_invalidate_after_nth(__sz);
259 _Base::resize(__sz, __c)
    [all...]
list 232 resize(size_type __sz)
236 // if __sz < size(), invalidate all iterators in [begin+__sz, end())
239 for (size_type __i = __sz; __victim != __end && __i > 0; --__i)
249 _Base::resize(__sz);
259 resize(size_type __sz, const _Tp& __c)
263 // if __sz < size(), invalidate all iterators in [begin+__sz, end())
266 for (size_type __i = __sz; __victim != __end && __i > 0; --__i)
276 _Base::resize(__sz, __c)
    [all...]
vector 246 resize(size_type __sz)
248 bool __realloc = _M_requires_reallocation(__sz);
249 if (__sz < this->size())
250 this->_M_invalidate_after_nth(__sz);
251 _Base::resize(__sz);
258 resize(size_type __sz, const _Tp& __c)
260 bool __realloc = _M_requires_reallocation(__sz);
261 if (__sz < this->size())
262 this->_M_invalidate_after_nth(__sz);
263 _Base::resize(__sz, __c)
    [all...]
forward_list 339 resize(size_type __sz)
343 // if __sz < size(), invalidate all iterators in [begin+__sz, end()
346 for (size_type __i = __sz; __victim != __end && __i > 0; --__i)
357 _Base::resize(__sz);
367 resize(size_type __sz, const value_type& __val)
371 // if __sz < size(), invalidate all iterators in [begin+__sz, end())
374 for (size_type __i = __sz; __victim != __end && __i > 0; --__i)
385 _Base::resize(__sz, __val)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/debug/
deque 240 resize(size_type __sz)
242 bool __invalidate_all = __sz > this->size();
243 if (__sz < this->size())
244 this->_M_invalidate_after_nth(__sz);
246 _Base::resize(__sz);
253 resize(size_type __sz, const _Tp& __c)
255 bool __invalidate_all = __sz > this->size();
256 if (__sz < this->size())
257 this->_M_invalidate_after_nth(__sz);
259 _Base::resize(__sz, __c)
    [all...]
list 232 resize(size_type __sz)
236 // if __sz < size(), invalidate all iterators in [begin+__sz, end())
239 for (size_type __i = __sz; __victim != __end && __i > 0; --__i)
249 _Base::resize(__sz);
259 resize(size_type __sz, const _Tp& __c)
263 // if __sz < size(), invalidate all iterators in [begin+__sz, end())
266 for (size_type __i = __sz; __victim != __end && __i > 0; --__i)
276 _Base::resize(__sz, __c)
    [all...]
vector 246 resize(size_type __sz)
248 bool __realloc = _M_requires_reallocation(__sz);
249 if (__sz < this->size())
250 this->_M_invalidate_after_nth(__sz);
251 _Base::resize(__sz);
258 resize(size_type __sz, const _Tp& __c)
260 bool __realloc = _M_requires_reallocation(__sz);
261 if (__sz < this->size())
262 this->_M_invalidate_after_nth(__sz);
263 _Base::resize(__sz, __c)
    [all...]
forward_list 339 resize(size_type __sz)
343 // if __sz < size(), invalidate all iterators in [begin+__sz, end()
346 for (size_type __i = __sz; __victim != __end && __i > 0; --__i)
357 _Base::resize(__sz);
367 resize(size_type __sz, const value_type& __val)
371 // if __sz < size(), invalidate all iterators in [begin+__sz, end())
374 for (size_type __i = __sz; __victim != __end && __i > 0; --__i)
385 _Base::resize(__sz, __val)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/
vector 243 resize(size_type __sz)
246 _M_profile_resize(this, this->capacity(), __sz);
247 _Base::resize(__sz);
251 resize(size_type __sz, const _Tp& __c)
254 _M_profile_resize(this, this->capacity(), __sz);
255 _Base::resize(__sz, __c);
259 resize(size_type __sz, _Tp __c = _Tp())
262 _M_profile_resize(this, this->capacity(), __sz);
263 _Base::resize(__sz, __c);
deque 212 resize(size_type __sz)
214 _Base::resize(__sz);
218 resize(size_type __sz, const _Tp& __c)
220 _Base::resize(__sz, __c);
224 resize(size_type __sz, _Tp __c = _Tp())
226 _Base::resize(__sz, __c);
list 254 resize(size_type __sz)
255 { _Base::resize(__sz); }
258 resize(size_type __sz, const _Tp& __c)
259 { _Base::resize(__sz, __c); }
262 resize(size_type __sz, _Tp __c = _Tp())
263 { _Base::resize(__sz, __c); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/
vector 243 resize(size_type __sz)
246 _M_profile_resize(this, this->capacity(), __sz);
247 _Base::resize(__sz);
251 resize(size_type __sz, const _Tp& __c)
254 _M_profile_resize(this, this->capacity(), __sz);
255 _Base::resize(__sz, __c);
259 resize(size_type __sz, _Tp __c = _Tp())
262 _M_profile_resize(this, this->capacity(), __sz);
263 _Base::resize(__sz, __c);
deque 212 resize(size_type __sz)
214 _Base::resize(__sz);
218 resize(size_type __sz, const _Tp& __c)
220 _Base::resize(__sz, __c);
224 resize(size_type __sz, _Tp __c = _Tp())
226 _Base::resize(__sz, __c);
list 254 resize(size_type __sz)
255 { _Base::resize(__sz); }
258 resize(size_type __sz, const _Tp& __c)
259 { _Base::resize(__sz, __c); }
262 resize(size_type __sz, _Tp __c = _Tp())
263 { _Base::resize(__sz, __c); }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
forward_list.tcc 190 resize(size_type __sz)
195 while (__k._M_next() != end() && __len < __sz)
200 if (__len == __sz)
203 _M_default_insert_after(__k, __sz - __len);
209 resize(size_type __sz, const value_type& __val)
214 while (__k._M_next() != end() && __len < __sz)
219 if (__len == __sz)
222 insert_after(__k, __sz - __len, __val);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
forward_list.tcc 190 resize(size_type __sz)
195 while (__k._M_next() != end() && __len < __sz)
200 if (__len == __sz)
203 _M_default_insert_after(__k, __sz - __len);
209 resize(size_type __sz, const value_type& __val)
214 while (__k._M_next() != end() && __len < __sz)
219 if (__len == __sz)
222 insert_after(__k, __sz - __len, __val);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/
deque 210 resize(size_type __sz, _Tp __c = _Tp())
215 bool __invalidate_all = __sz > this->size();
216 if (__sz < this->size())
217 this->_M_invalidate_if(_After_nth(__sz, _M_base().begin()));
219 _Base::resize(__sz, __c);
vector 228 resize(size_type __sz, _Tp __c = _Tp())
230 bool __realloc = _M_requires_reallocation(__sz);
231 if (__sz < this->size())
232 this->_M_invalidate_if(_After_nth(__sz, _M_base().begin()));
233 _Base::resize(__sz, __c);
list 211 resize(size_type __sz, _Tp __c = _Tp())
215 // if __sz < size(), invalidate all iterators in [begin+__sz, end())
218 for (size_type __i = __sz; __victim != __end && __i > 0; --__i)
229 _Base::resize(__sz, __c);
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/debug/
deque 210 resize(size_type __sz, _Tp __c = _Tp())
215 bool __invalidate_all = __sz > this->size();
216 if (__sz < this->size())
217 this->_M_invalidate_if(_After_nth(__sz, _M_base().begin()));
219 _Base::resize(__sz, __c);
vector 228 resize(size_type __sz, _Tp __c = _Tp())
230 bool __realloc = _M_requires_reallocation(__sz);
231 if (__sz < this->size())
232 this->_M_invalidate_if(_After_nth(__sz, _M_base().begin()));
233 _Base::resize(__sz, __c);
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/debug/
deque 210 resize(size_type __sz, _Tp __c = _Tp())
215 bool __invalidate_all = __sz > this->size();
216 if (__sz < this->size())
217 this->_M_invalidate_if(_After_nth(__sz, _M_base().begin()));
219 _Base::resize(__sz, __c);
vector 228 resize(size_type __sz, _Tp __c = _Tp())
230 bool __realloc = _M_requires_reallocation(__sz);
231 if (__sz < this->size())
232 this->_M_invalidate_if(_After_nth(__sz, _M_base().begin()));
233 _Base::resize(__sz, __c);
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/debug/
deque 210 resize(size_type __sz, _Tp __c = _Tp())
215 bool __invalidate_all = __sz > this->size();
216 if (__sz < this->size())
217 this->_M_invalidate_if(_After_nth(__sz, _M_base().begin()));
219 _Base::resize(__sz, __c);
vector 228 resize(size_type __sz, _Tp __c = _Tp())
230 bool __realloc = _M_requires_reallocation(__sz);
231 if (__sz < this->size())
232 this->_M_invalidate_if(_After_nth(__sz, _M_base().begin()));
233 _Base::resize(__sz, __c);

Completed in 967 milliseconds

1 2 3