Home
last modified time | relevance | path

Searched defs:__capacity (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/
H A Dsso_string_base.h397 size_type __capacity = size_type(_S_local_capacity); in _GLIBCXX_VISIBILITY() local
489 const size_type __capacity = _M_capacity(); in _GLIBCXX_VISIBILITY() local
516 const size_type __capacity = _M_capacity(); in _GLIBCXX_VISIBILITY() local
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/
H A Dsso_string_base.h396 size_type __capacity = size_type(_S_local_capacity); in _GLIBCXX_VISIBILITY() local
488 const size_type __capacity = _M_capacity(); in _GLIBCXX_VISIBILITY() local
515 const size_type __capacity = _M_capacity(); in _GLIBCXX_VISIBILITY() local
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dbasic_string.tcc133 _M_create(size_type& __capacity, size_type __old_capacity) in _M_create()
168 size_type __capacity = size_type(_S_local_capacity); in _M_construct() local
260 const size_type __capacity = capacity(); in _M_assign() local
287 const size_type __capacity = capacity(); in reserve() local
H A Dsstream.tcc90 const __size_type __capacity = _M_string.capacity(); in overflow() local
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dsstream.tcc92 const __size_type __capacity = _M_string.capacity(); in overflow() local
H A Dbasic_string.tcc548 _S_create(size_type __capacity, size_type __old_capacity, in _S_create()