Searched refs:_S_create (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/
H A Drc_string_base.h153 _S_create(size_type, size_type, const _Alloc&);
357 _S_create(size_type __capacity, size_type __old_capacity, function in class:__rc_string_base::_Rep
363 std::__throw_length_error(__N("__rc_string_base::_Rep::_S_create"));
445 _Rep* __r = _Rep::_S_create(__requested_cap, _M_info._M_capacity,
510 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a);
519 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a);
555 _Rep* __r = _Rep::_S_create(__dnew, size_type(0), __a);
576 _Rep* __r = _Rep::_S_create(__n, size_type(0), __a);
643 _Rep* __r = _Rep::_S_create(_M_length() + __len2 - __len1,
669 _Rep* __r = _Rep::_S_create(__new_siz
[all...]
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/bits/
H A Dbasic_string.h228 _S_create(size_type, size_type, const _Alloc&);

Completed in 281 milliseconds