/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);
|
/prebuilts/ndk/9/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/9/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);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/ |
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;
|
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);
|
/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);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
stl_bvector.h | 830 resize(size_type __new_size, bool __x = bool()) 832 if (__new_size < size()) 833 _M_erase_at_end(begin() + difference_type(__new_size)); 835 insert(end(), __new_size - size(), __x);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
stl_bvector.h | 830 resize(size_type __new_size, bool __x = bool()) 832 if (__new_size < size()) 833 _M_erase_at_end(begin() + difference_type(__new_size)); 835 insert(end(), __new_size - size(), __x);
|