/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/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);
|
stl_deque.h | [all...] |
/prebuilts/ndk/5/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/ndk/6/sources/cxx-stl/gnu-libstdc++/include/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);
|
stl_deque.h | [all...] |
/prebuilts/ndk/6/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/ndk/7/sources/cxx-stl/gnu-libstdc++/include/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);
|
stl_deque.h | [all...] |
/prebuilts/ndk/7/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/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
stl_bvector.h | 819 resize(size_type __new_size, bool __x = bool()) 821 if (__new_size < size()) 822 _M_erase_at_end(begin() + difference_type(__new_size)); 824 insert(end(), __new_size - size(), __x);
|
stl_deque.h | [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/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/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_bvector.h | 849 resize(size_type __new_size, bool __x = bool()) 851 if (__new_size < size()) 852 _M_erase_at_end(begin() + difference_type(__new_size)); 854 insert(end(), __new_size - size(), __x);
|
/prebuilts/ndk/8/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/ndk/9/sources/cxx-stl/EH/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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_bvector.h | 849 resize(size_type __new_size, bool __x = bool()) 851 if (__new_size < size()) 852 _M_erase_at_end(begin() + difference_type(__new_size)); 854 insert(end(), __new_size - size(), __x);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
stl_bvector.h | 918 resize(size_type __new_size, bool __x = bool()) 920 if (__new_size < size()) 921 _M_erase_at_end(begin() + difference_type(__new_size)); 923 insert(end(), __new_size - size(), __x);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
stl_deque.h | [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
bitmap_allocator.h | 190 size_type __new_size = this->size() ? this->size() * 2 : 1; local 191 iterator __new_start = this->allocate(__new_size); 211 this->_M_end_of_storage = this->_M_start + __new_size;
|