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

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/r11/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...]
_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/r13/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...]
_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)); }
  /external/libcxx/include/
vector 767 _LIBCPP_INLINE_VISIBILITY size_type __recommend(size_type __new_size) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
vector 767 _LIBCPP_INLINE_VISIBILITY size_type __recommend(size_type __new_size) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
vector 767 _LIBCPP_INLINE_VISIBILITY size_type __recommend(size_type __new_size) const;
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/
vector 770 _LIBCPP_INLINE_VISIBILITY size_type __recommend(size_type __new_size) const;
    [all...]
  /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);
basic_string.tcc 472 const size_type __new_size = __old_size + __len2 - __len1;
475 if (__new_size > this->capacity() || _M_rep()->_M_is_shared())
479 _Rep* __r = _Rep::_S_create(__new_size, this->capacity(), __a);
496 _M_rep()->_M_set_length_and_sharable(__new_size);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-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);
basic_string.tcc 472 const size_type __new_size = __old_size + __len2 - __len1;
475 if (__new_size > this->capacity() || _M_rep()->_M_is_shared())
479 _Rep* __r = _Rep::_S_create(__new_size, this->capacity(), __a);
496 _M_rep()->_M_set_length_and_sharable(__new_size);
    [all...]
  /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);
basic_string.tcc 472 const size_type __new_size = __old_size + __len2 - __len1;
475 if (__new_size > this->capacity() || _M_rep()->_M_is_shared())
479 _Rep* __r = _Rep::_S_create(__new_size, this->capacity(), __a);
496 _M_rep()->_M_set_length_and_sharable(__new_size);
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/
vector 781 _LIBCPP_INLINE_VISIBILITY size_type __recommend(size_type __new_size) const;
    [all...]
  /prebuilts/ndk/r10/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/r11/sources/cxx-stl/llvm-libc++/libcxx/include/
vector 781 _LIBCPP_INLINE_VISIBILITY size_type __recommend(size_type __new_size) const;
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
basic_string.tcc 472 const size_type __new_size = __old_size + __len2 - __len1;
475 if (__new_size > this->capacity() || _M_rep()->_M_is_shared())
479 _Rep* __r = _Rep::_S_create(__new_size, this->capacity(), __a);
496 _M_rep()->_M_set_length_and_sharable(__new_size);
    [all...]
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...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
basic_string.tcc 472 const size_type __new_size = __old_size + __len2 - __len1;
475 if (__new_size > this->capacity() || _M_rep()->_M_is_shared())
479 _Rep* __r = _Rep::_S_create(__new_size, this->capacity(), __a);
496 _M_rep()->_M_set_length_and_sharable(__new_size);
    [all...]
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...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
basic_string.tcc 472 const size_type __new_size = __old_size + __len2 - __len1;
475 if (__new_size > this->capacity() || _M_rep()->_M_is_shared())
479 _Rep* __r = _Rep::_S_create(__new_size, this->capacity(), __a);
496 _M_rep()->_M_set_length_and_sharable(__new_size);
    [all...]

Completed in 285 milliseconds

1 2 34 5 6 7 8 91011>>