Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A 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.old/dist/libstdc++-v3/include/ext/
H A 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/
H A 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
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dbasic_string.tcc264 size_type __new_capacity = __rsize; in _M_assign() local
316 size_type __new_capacity = length() + __len2 - __len1; in _M_mutate() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdcpp/
H A Dstring.d1808 size_type __new_capacity = length() + __len2 - __len1; in version() local