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

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/profile/
H A Dunordered_base.h222 auto __new_size = _M_conjure().bucket_count(); local
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
H A Dlocale.cc330 const size_t __new_size = __index + 4; local
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
H A Dlocale.cc330 const size_t __new_size = __index + 4; local
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Drc_string_base.h683 const size_type __new_size = _M_length() - __n; local
H A Dbitmap_allocator.h174 size_type __new_size = this->size() ? this->size() * 2 : 1; local
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Drc_string_base.h683 const size_type __new_size = _M_length() - __n; local
H A Dbitmap_allocator.h174 size_type __new_size = this->size() ? this->size() * 2 : 1; local
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dstl_vector.h937 resize(size_type __new_size) argument
957 resize(size_type __new_size, const value_type& __x) argument
977 resize(size_type __new_size, value_type __x = value_type()) argument
[all...]
H A Dstl_deque.h1249 resize(size_type __new_size) argument
1285 resize(size_type __new_size, value_typ argument
[all...]
H A Dstl_bvector.h1084 resize(size_type __new_size, bool __x = bool()) argument
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstl_deque.h1288 resize(size_type __new_size) argument
1324 resize(size_type __new_size, value_typ argument
[all...]
H A Dstl_vector.h1010 resize(size_type __new_size) argument
1031 resize(size_type __new_size, const value_type& __x) argument
1052 resize(size_type __new_size, value_type __x = value_type()) argument
[all...]
H A Dstl_bvector.h1234 resize(size_type __new_size, bool __x = bool()) argument
H A Dcow_string.h3394 const size_type __new_size = __old_size + __len2 - __len1; local

Completed in 150 milliseconds