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

1 2 3 4 5 67

  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_deque.h     [all...]
stl_list.h 823 resize(size_type __new_size, value_type __x = value_type());
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_deque.h     [all...]
stl_list.h 823 resize(size_type __new_size, value_type __x = value_type());
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_deque.h     [all...]
stl_list.h 823 resize(size_type __new_size, value_type __x = value_type());
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_deque.h     [all...]
stl_list.h 823 resize(size_type __new_size, value_type __x = value_type());
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
stl_list.h 864 resize(size_type __new_size);
877 resize(size_type __new_size, const value_type& __x);
890 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/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/5/sources/cxx-stl/gnu-libstdc++/include/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;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/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;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/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;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/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;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_list.h 864 resize(size_type __new_size);
877 resize(size_type __new_size, const value_type& __x);
890 resize(size_type __new_size, value_type __x = value_type());
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_list.h 865 * @param __new_size Number of elements the %list should contain.
873 resize(size_type __new_size);
877 * @param __new_size Number of elements the %list should contain.
886 resize(size_type __new_size, const value_type& __x);
890 * @param __new_size Number of elements the %list should contain.
899 resize(size_type __new_size, value_type __x = value_type());
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_list.h 864 resize(size_type __new_size);
877 resize(size_type __new_size, const value_type& __x);
890 resize(size_type __new_size, value_type __x = value_type());
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_list.h 865 * @param __new_size Number of elements the %list should contain.
873 resize(size_type __new_size);
877 * @param __new_size Number of elements the %list should contain.
886 resize(size_type __new_size, const value_type& __x);
890 * @param __new_size Number of elements the %list should contain.
899 resize(size_type __new_size, value_type __x = value_type());
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/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/9/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...]

Completed in 2406 milliseconds

1 2 3 4 5 67