Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/
H A Dsso_string_base.h304 _M_create(size_type& __capacity, size_type __old_capacity) in _M_create()
365 size_type __capacity = size_type(_S_local_capacity); in _M_construct() local
457 const size_type __capacity = _M_capacity(); in _M_assign() local
484 const size_type __capacity = _M_capacity(); in _M_reserve() local
H A Drc_string_base.h357 _S_create(size_type __capacity, size_type __old_capacity, in _S_create()
/openbsd-src/gnu/llvm/libcxx/include/__format/
H A Dbuffer.h60 _LIBCPP_HIDE_FROM_ABI explicit __output_buffer(_CharT* __ptr, size_t __capacity, _Tp* __obj) in __output_buffer()
66 _LIBCPP_HIDE_FROM_ABI void __reset(_CharT* __ptr, size_t __capacity) { in __reset()
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/
H A Dsstream.tcc96 const __size_type __capacity = _M_string.capacity(); in overflow() local
H A Dbasic_string.tcc528 _S_create(size_type __capacity, size_type __old_capacity, in _S_create()
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dbasic_string.tcc494 _S_create(size_t __capacity, const _Alloc& __alloc) in _S_create()