HomeSort by relevance Sort by last modified time
    Searched refs:__new_size (Results 76 - 100 of 135) sorted by null

1 2 34 5 6

  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_deque.h 811 void resize(size_type __new_size,
814 void resize(size_type __new_size, const value_type& __x) {
817 if (__new_size < __len)
818 erase(this->_M_start + __new_size, this->_M_finish);
820 insert(this->_M_finish, __new_size - __len, __x);
824 void resize(size_type __new_size)
825 { resize(__new_size, _STLP_DEFAULT_CONSTRUCTED(_Tp)); }
    [all...]
  /external/stlport/stlport/stl/debug/
_slist.h 382 void resize(size_type __new_size, const value_type& __x = _Tp()) {
384 void resize(size_type __new_size, const value_type& __x) {
386 _M_non_dbg_impl.resize(__new_size, __x);
390 void resize(size_type __new_size) { resize(__new_size, _STLP_DEFAULT_CONSTRUCTED(_Tp)); }
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_slist.h 382 void resize(size_type __new_size, const value_type& __x = _Tp()) {
384 void resize(size_type __new_size, const value_type& __x) {
386 _M_non_dbg_impl.resize(__new_size, __x);
390 void resize(size_type __new_size) { resize(__new_size, _STLP_DEFAULT_CONSTRUCTED(_Tp)); }
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
_slist.h 382 void resize(size_type __new_size, const value_type& __x = _Tp()) {
384 void resize(size_type __new_size, const value_type& __x) {
386 _M_non_dbg_impl.resize(__new_size, __x);
390 void resize(size_type __new_size) { resize(__new_size, _STLP_DEFAULT_CONSTRUCTED(_Tp)); }
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
_slist.h 382 void resize(size_type __new_size, const value_type& __x = _Tp()) {
384 void resize(size_type __new_size, const value_type& __x) {
386 _M_non_dbg_impl.resize(__new_size, __x);
390 void resize(size_type __new_size) { resize(__new_size, _STLP_DEFAULT_CONSTRUCTED(_Tp)); }
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/
_slist.h 382 void resize(size_type __new_size, const value_type& __x = _Tp()) {
384 void resize(size_type __new_size, const value_type& __x) {
386 _M_non_dbg_impl.resize(__new_size, __x);
390 void resize(size_type __new_size) { resize(__new_size, _STLP_DEFAULT_CONSTRUCTED(_Tp)); }
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/
_slist.h 382 void resize(size_type __new_size, const value_type& __x = _Tp()) {
384 void resize(size_type __new_size, const value_type& __x) {
386 _M_non_dbg_impl.resize(__new_size, __x);
390 void resize(size_type __new_size) { resize(__new_size, _STLP_DEFAULT_CONSTRUCTED(_Tp)); }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
rc_string_base.h 664 const size_type __new_size = _M_length() - __n; local
670 _Rep* __r = _Rep::_S_create(__new_size, _M_capacity(),
689 _M_rep()->_M_set_length(__new_size);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
bitmap_allocator.h 178 size_type __new_size = this->size() ? this->size() * 2 : 1; local
179 iterator __new_start = this->allocate(__new_size);
199 this->_M_end_of_storage = this->_M_start + __new_size;
rc_string_base.h 678 const size_type __new_size = _M_length() - __n; local
684 _Rep* __r = _Rep::_S_create(__new_size, _M_capacity(),
703 _M_rep()->_M_set_length(__new_size);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
bitmap_allocator.h 178 size_type __new_size = this->size() ? this->size() * 2 : 1; local
179 iterator __new_start = this->allocate(__new_size);
199 this->_M_end_of_storage = this->_M_start + __new_size;
rc_string_base.h 678 const size_type __new_size = _M_length() - __n; local
684 _Rep* __r = _Rep::_S_create(__new_size, _M_capacity(),
703 _M_rep()->_M_set_length(__new_size);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
rc_string_base.h 664 const size_type __new_size = _M_length() - __n; local
670 _Rep* __r = _Rep::_S_create(__new_size, _M_capacity(),
689 _M_rep()->_M_set_length(__new_size);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
rc_string_base.h 664 const size_type __new_size = _M_length() - __n; local
670 _Rep* __r = _Rep::_S_create(__new_size, _M_capacity(),
689 _M_rep()->_M_set_length(__new_size);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
rc_string_base.h 664 const size_type __new_size = _M_length() - __n; local
670 _Rep* __r = _Rep::_S_create(__new_size, _M_capacity(),
689 _M_rep()->_M_set_length(__new_size);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
rc_string_base.h 664 const size_type __new_size = _M_length() - __n; local
670 _Rep* __r = _Rep::_S_create(__new_size, _M_capacity(),
689 _M_rep()->_M_set_length(__new_size);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
bitmap_allocator.h 178 size_type __new_size = this->size() ? this->size() * 2 : 1; local
179 iterator __new_start = this->allocate(__new_size);
199 this->_M_end_of_storage = this->_M_start + __new_size;
rc_string_base.h 678 const size_type __new_size = _M_length() - __n; local
684 _Rep* __r = _Rep::_S_create(__new_size, _M_capacity(),
703 _M_rep()->_M_set_length(__new_size);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
bitmap_allocator.h 177 size_type __new_size = this->size() ? this->size() * 2 : 1; local
178 iterator __new_start = this->allocate(__new_size);
198 this->_M_end_of_storage = this->_M_start + __new_size;
rc_string_base.h 678 const size_type __new_size = _M_length() - __n; local
684 _Rep* __r = _Rep::_S_create(__new_size, _M_capacity(),
703 _M_rep()->_M_set_length(__new_size);
  /external/stlport/stlport/stl/
_bvector.h 800 void resize(size_type __new_size, bool __x = bool()) {
801 if (__new_size < size())
802 erase(begin() + difference_type(__new_size), end());
804 insert(end(), __new_size - size(), __x);
_list.h 536 void resize(size_type __new_size, const_reference __x = value_type());
538 void resize(size_type __new_size, const_reference __x);
539 void resize(size_type __new_size)
540 { this->resize(__new_size, _STLP_DEFAULT_CONSTRUCTED(value_type)); }
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_bvector.h 800 void resize(size_type __new_size, bool __x = bool()) {
801 if (__new_size < size())
802 erase(begin() + difference_type(__new_size), end());
804 insert(end(), __new_size - size(), __x);
_list.h 536 void resize(size_type __new_size, const_reference __x = value_type());
538 void resize(size_type __new_size, const_reference __x);
539 void resize(size_type __new_size)
540 { this->resize(__new_size, _STLP_DEFAULT_CONSTRUCTED(value_type)); }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_bvector.h 823 resize(size_type __new_size, bool __x = bool())
825 if (__new_size < size())
826 _M_erase_at_end(begin() + difference_type(__new_size));
828 insert(end(), __new_size - size(), __x);

Completed in 434 milliseconds

1 2 34 5 6