Home | History | Annotate | Download | only in bits

Lines Matching refs:__new_size

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());