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

/freebsd-10.2-release/contrib/libstdc++/src/
H A Dlocale.cc320 const size_t __new_size = __index + 4; local
/freebsd-10.2-release/contrib/libstdc++/include/bits/
H A Dstl_vector.h430 resize(size_type __new_size, value_type __x = value_type()) argument
H A Dstl_bvector.h761 resize(size_type __new_size, bool __x = bool()) argument
H A Dstl_deque.h899 resize(size_type __new_size, value_type __x = value_type()) argument
/freebsd-10.2-release/contrib/libstdc++/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

Completed in 84 milliseconds