Home
last modified time | relevance | path

Searched refs:__rsize (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dsso_string_base.h491 const size_type __rsize = __rcs._M_length(); in _GLIBCXX_VISIBILITY() local
494 if (__rsize > __capacity) in _GLIBCXX_VISIBILITY()
496 size_type __new_capacity = __rsize; in _GLIBCXX_VISIBILITY()
503 if (__rsize) in _GLIBCXX_VISIBILITY()
504 this->_S_copy(_M_data(), __rcs._M_data(), __rsize); in _GLIBCXX_VISIBILITY()
506 _M_set_length(__rsize); in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dsso_string_base.h491 const size_type __rsize = __rcs._M_length(); in _GLIBCXX_VISIBILITY() local
494 if (__rsize > __capacity) in _GLIBCXX_VISIBILITY()
496 size_type __new_capacity = __rsize; in _GLIBCXX_VISIBILITY()
503 if (__rsize) in _GLIBCXX_VISIBILITY()
504 this->_S_copy(_M_data(), __rcs._M_data(), __rsize); in _GLIBCXX_VISIBILITY()
506 _M_set_length(__rsize); in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dbasic_string.tcc282 const size_type __rsize = __str.length(); in _M_assign() local
285 if (__rsize > __capacity) in _M_assign()
287 size_type __new_capacity = __rsize; in _M_assign()
294 if (__rsize) in _M_assign()
295 this->_S_copy(_M_data(), __str._M_data(), __rsize); in _M_assign()
297 _M_set_length(__rsize); in _M_assign()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dbasic_string.tcc259 const size_type __rsize = __str.length(); in _M_assign() local
262 if (__rsize > __capacity) in _M_assign()
264 size_type __new_capacity = __rsize; in _M_assign()
271 if (__rsize) in _M_assign()
272 this->_S_copy(_M_data(), __str._M_data(), __rsize); in _M_assign()
274 _M_set_length(__rsize); in _M_assign()