Searched defs:__new_size (Results 1 - 11 of 11) sorted by relevance

/openbsd-current/gnu/lib/libstdc++/libstdc++/src/
H A Dlocalename.cc371 const size_t __new_size = __index + 4; local
/openbsd-current/gnu/gcc/libstdc++-v3/src/
H A Dlocale.cc320 const size_t __new_size = __index + 4; local
/openbsd-current/gnu/gcc/libstdc++-v3/include/bits/
H A Dstl_vector.h416 resize(size_type __new_size, value_type __x = value_type()) argument
H A Dstl_bvector.h749 resize(size_type __new_size, bool __x = bool()) argument
H A Dstl_deque.h887 resize(size_type __new_size, value_type __x = value_type()) argument
/openbsd-current/gnu/gcc/libstdc++-v3/include/ext/
H A Drc_string_base.h663 const size_type __new_size = _M_length() - __n; local
H A Dbitmap_allocator.h194 size_type __new_size = this->size() ? this->size() * 2 : 1; local
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dstl_vector.h433 resize(size_type __new_size, const value_type& __x) argument
452 resize(size_type __new_size) { resize(__new_size, value_type()); } argument
H A Dstl_bvector.h706 void resize(size_type __new_size, bool __x = bool()) { argument
H A Dstl_list.h661 resize(size_type __new_size) { this->resize(__new_size, value_type()); } argument
H A Dstl_deque.h883 resize(size_type __new_size, const value_type& __x) argument

Completed in 302 milliseconds