HomeSort by relevance Sort by last modified time
    Searched refs:__new_size (Results 126 - 150 of 171) sorted by null

1 2 3 4 56 7

  /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/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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.11-4.8/x86_64-linux/include/c++/4.8/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/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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/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);
  /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);
  /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);
  /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);
  /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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_bvector.h 948 resize(size_type __new_size, bool __x = bool())
950 if (__new_size < size())
951 _M_erase_at_end(begin() + difference_type(__new_size));
953 insert(end(), __new_size - size(), __x);

Completed in 2996 milliseconds

1 2 3 4 56 7