Home
last modified time | relevance | path

Searched refs:_M_clone (Results 1 – 7 of 7) sorted by relevance

/trueos/contrib/libstdc++/include/ext/
Drc_string_base.h159 _M_clone(const _Alloc&, size_type __res = 0); in _GLIBCXX_BEGIN_NAMESPACE()
201 ? _M_rep()->_M_refcopy() : _M_rep()->_M_clone(__alloc); in _GLIBCXX_BEGIN_NAMESPACE()
441 _M_clone(const _Alloc& __alloc, size_type __res) in _M_clone() function
628 _CharT* __tmp = _M_rep()->_M_clone(_M_get_allocator(), in _M_reserve()
/trueos/contrib/libstdc++/include/bits/
Dbasic_string.tcc492 _CharT* __tmp = _M_rep()->_M_clone(__a, __res - this->size()); in reserve()
606 _M_clone(const _Alloc& __alloc, size_type __res)
Dbasic_string.h223 ? _M_refcopy() : _M_clone(__alloc1); in _GLIBCXX_BEGIN_NAMESPACE()
255 _M_clone(const _Alloc&, size_type __res = 0); in _GLIBCXX_BEGIN_NAMESPACE()
/trueos/contrib/libstdc++/include/tr1/
Dfunctional871 _M_clone(_Any_data& __dest, const _Any_data& __source, true_type)
879 _M_clone(_Any_data& __dest, const _Any_data& __source, false_type)
915 _M_clone(__dest, __source, _Local_storage());
/trueos/contrib/libstdc++/
DChangeLog-19991613 * bits/basic_string.h: Add a size_type parameter to _M_clone with
1615 * bits/string.tcc: In _M_clone by the call of _S_create add the
1617 _M_state and use _M_clone instead of _M_mutate.
DChangeLog-20041288 size_type), _M_mutate, _M_clone): Use it.
5917 (_M_clone(const _Alloc&, size_type)): Likewise.
6275 (_M_clone(const _Alloc&, size_type)): Ditto.
6281 * include/bits/basic_string.tcc (_M_clone): Null-terminate.
DChangeLog-2001480 * include/bits/basic_string.tcc (_M_mutate, _M_clone): Implement
5246 (string::_M_clone): Same.