Home
last modified time | relevance | path

Searched defs:__new_capacity (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
Dsso_string_base.h496 size_type __new_capacity = __rsize; in _GLIBCXX_VISIBILITY() local
548 size_type __new_capacity = _M_length() + __len2 - __len1; in _GLIBCXX_VISIBILITY() local
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Dbasic_string.tcc287 size_type __new_capacity = __rsize; in _M_assign() local
331 size_type __new_capacity = length() + __len2 - __len1; in _M_mutate() local
579 auto __new_capacity = __n; // Must not allow _M_create to modify __n. in resize_and_overwrite() local