HomeSort by relevance Sort by last modified time
    Searched full:__new_size (Results 101 - 125 of 299) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_bvector.h 1143 resize(size_type __new_size, bool __x = bool())
1145 if (__new_size < size())
1146 _M_erase_at_end(begin() + difference_type(__new_size));
1148 insert(end(), __new_size - size(), __x);
    [all...]
stl_list.h 897 * @param __new_size Number of elements the %list should contain.
905 resize(size_type __new_size);
909 * @param __new_size Number of elements the %list should contain.
918 resize(size_type __new_size, const value_type& __x);
922 * @param __new_size Number of elements the %list should contain.
931 resize(size_type __new_size, value_type __x = value_type());
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
rc_string_base.h 677 const size_type __new_size = _M_length() - __n; local
683 _Rep* __r = _Rep::_S_create(__new_size, _M_capacity(),
702 _M_rep()->_M_set_length(__new_size);
bitmap_allocator.h 176 size_type __new_size = this->size() ? this->size() * 2 : 1; local
177 iterator __new_start = this->allocate(__new_size);
197 this->_M_end_of_storage = this->_M_start + __new_size;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
rc_string_base.h 677 const size_type __new_size = _M_length() - __n; local
683 _Rep* __r = _Rep::_S_create(__new_size, _M_capacity(),
702 _M_rep()->_M_set_length(__new_size);
bitmap_allocator.h 176 size_type __new_size = this->size() ? this->size() * 2 : 1; local
177 iterator __new_start = this->allocate(__new_size);
197 this->_M_end_of_storage = this->_M_start + __new_size;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
rc_string_base.h 677 const size_type __new_size = _M_length() - __n; local
683 _Rep* __r = _Rep::_S_create(__new_size, _M_capacity(),
702 _M_rep()->_M_set_length(__new_size);
bitmap_allocator.h 176 size_type __new_size = this->size() ? this->size() * 2 : 1; local
177 iterator __new_start = this->allocate(__new_size);
197 this->_M_end_of_storage = this->_M_start + __new_size;
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
rc_string_base.h 677 const size_type __new_size = _M_length() - __n; local
683 _Rep* __r = _Rep::_S_create(__new_size, _M_capacity(),
702 _M_rep()->_M_set_length(__new_size);
bitmap_allocator.h 176 size_type __new_size = this->size() ? this->size() * 2 : 1; local
177 iterator __new_start = this->allocate(__new_size);
197 this->_M_end_of_storage = this->_M_start + __new_size;
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
rc_string_base.h 677 const size_type __new_size = _M_length() - __n; local
683 _Rep* __r = _Rep::_S_create(__new_size, _M_capacity(),
702 _M_rep()->_M_set_length(__new_size);
bitmap_allocator.h 176 size_type __new_size = this->size() ? this->size() * 2 : 1; local
177 iterator __new_start = this->allocate(__new_size);
197 this->_M_end_of_storage = this->_M_start + __new_size;
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
rc_string_base.h 677 const size_type __new_size = _M_length() - __n; local
683 _Rep* __r = _Rep::_S_create(__new_size, _M_capacity(),
702 _M_rep()->_M_set_length(__new_size);
bitmap_allocator.h 176 size_type __new_size = this->size() ? this->size() * 2 : 1; local
177 iterator __new_start = this->allocate(__new_size);
197 this->_M_end_of_storage = this->_M_start + __new_size;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_list.h 884 * @param __new_size Number of elements the %list should contain.
892 resize(size_type __new_size);
896 * @param __new_size Number of elements the %list should contain.
905 resize(size_type __new_size, const value_type& __x);
909 * @param __new_size Number of elements the %list should contain.
918 resize(size_type __new_size, value_type __x = value_type());
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_list.h 884 * @param __new_size Number of elements the %list should contain.
892 resize(size_type __new_size);
896 * @param __new_size Number of elements the %list should contain.
905 resize(size_type __new_size, const value_type& __x);
909 * @param __new_size Number of elements the %list should contain.
918 resize(size_type __new_size, value_type __x = value_type());
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_list.h 884 * @param __new_size Number of elements the %list should contain.
892 resize(size_type __new_size);
896 * @param __new_size Number of elements the %list should contain.
905 resize(size_type __new_size, const value_type& __x);
909 * @param __new_size Number of elements the %list should contain.
918 resize(size_type __new_size, value_type __x = value_type());
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_list.h 897 * @param __new_size Number of elements the %list should contain.
905 resize(size_type __new_size);
909 * @param __new_size Number of elements the %list should contain.
918 resize(size_type __new_size, const value_type& __x);
922 * @param __new_size Number of elements the %list should contain.
931 resize(size_type __new_size, value_type __x = value_type());
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_list.h 897 * @param __new_size Number of elements the %list should contain.
905 resize(size_type __new_size);
909 * @param __new_size Number of elements the %list should contain.
918 resize(size_type __new_size, const value_type& __x);
922 * @param __new_size Number of elements the %list should contain.
931 resize(size_type __new_size, value_type __x = value_type());
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/libs/armeabi/
libstlport_shared.so 
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/libs/armeabi/thumb/
libstlport_shared.so 
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/libs/armeabi-v7a/
libstlport_shared.so 
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/libs/armeabi-v7a/thumb/
libstlport_shared.so 
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/libs/armeabi-v7a-hard/
libstlport_shared.so 
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/libs/armeabi-v7a-hard/thumb/
libstlport_shared.so 

Completed in 1164 milliseconds

1 2 3 45 6 7 8 91011>>