Home
last modified time | relevance | path

Searched refs:_S_create (Results 1 – 10 of 10) sorted by relevance

/NextBSD/contrib/libstdc++/include/ext/
Drc_string_base.h153 _S_create(size_type, size_type, const _Alloc&); in _GLIBCXX_BEGIN_NAMESPACE()
357 _S_create(size_type __capacity, size_type __old_capacity, in _S_create() function
445 _Rep* __r = _Rep::_S_create(__requested_cap, _M_info._M_capacity, in _M_clone()
510 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a); in _S_construct()
519 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a); in _S_construct()
555 _Rep* __r = _Rep::_S_create(__dnew, size_type(0), __a); in _S_construct()
576 _Rep* __r = _Rep::_S_create(__n, size_type(0), __a); in _S_construct()
643 _Rep* __r = _Rep::_S_create(_M_length() + __len2 - __len1, in _M_mutate()
669 _Rep* __r = _Rep::_S_create(__new_size, _M_capacity(), in _M_erase()
/NextBSD/contrib/libstdc++/include/bits/
Dbasic_string.tcc106 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a); in _S_construct()
115 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a); in _S_construct()
151 _Rep* __r = _Rep::_S_create(__dnew, size_type(0), __a); in _S_construct()
173 _Rep* __r = _Rep::_S_create(__n, size_type(0), __a);
461 _Rep* __r = _Rep::_S_create(__new_size, this->capacity(), __a); in _M_mutate()
528 _S_create(size_type __capacity, size_type __old_capacity, in _S_create() function in basic_string::_Rep
610 _Rep* __r = _Rep::_S_create(__requested_cap, this->_M_capacity,
Dbasic_string.h228 _S_create(size_type, size_type, const _Alloc&); in _GLIBCXX_BEGIN_NAMESPACE()
/NextBSD/contrib/libstdc++/
DChangeLog-2004596 * include/bits/basic_string.tcc (_Rep::_S_create): When shrinking,
1289 (_Rep::_S_create): Don't set/call _M_length/_M_set_sharable here.
1436 * include/bits/basic_string.tcc (_S_create): Use consistently
5750 * include/bits/basic_string.tcc (_Rep::_S_create): Minor tweak.
5813 * include/bits/basic_string.tcc (_Rep::_S_create):
5905 * include/bits/basic_string.h (_S_create(size_t,
5916 _S_create, update call and simplify.
5918 (_S_create(size_type, size_type, const _Alloc&)): Implement
5996 reserve, _Rep::_S_create, resize, _M_replace_dispatch):
DChangeLog-19991615 * bits/string.tcc: In _M_clone by the call of _S_create add the
1721 * bits/string.tcc(basic_string<>::_Rep::_S_create): Fixed
DChangeLog-2001483 (_S_create): Adjust comment.
699 * include/bits/basic_string.tcc (basic_string::_Rep::_S_create):
5203 (string::_S_create): Same.
DChangeLog-2005901 (__rc_string_base<>::_Rep::_S_create, _M_destroy): Adjust consistently.
2845 * include/bits/basic_string.tcc (_Rep::_M_destroy, _Rep::_S_create):
3150 * include/bits/basic_string.tcc (_Rep::_M_destroy, _Rep::_S_create):
DChangeLog-20004210 * src/string-inst: consolidate _S_create,
DChangeLog-2006628 * include/bits/basic_string.tcc (_Rep::_S_create): Call
DChangeLog-20034807 _S_create, resize, _M_replace, _M_replace_safe,