Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/
H A Dsso_string_base.h493 size_type __new_capacity = __rsize; in _GLIBCXX_VISIBILITY() local
545 size_type __new_capacity = _M_length() + __len2 - __len1; in _GLIBCXX_VISIBILITY() local
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/
H A Dsso_string_base.h492 size_type __new_capacity = __rsize; in _GLIBCXX_VISIBILITY() local
544 size_type __new_capacity = _M_length() + __len2 - __len1; in _GLIBCXX_VISIBILITY() local
/dflybsd-src/contrib/gcc-8.0/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