Home | History | Annotate | Download | only in ext

Lines Matching refs:_S_create

149 	_S_create(size_type, size_type, const _Alloc&);
372 _S_create(size_type __capacity, size_type __old_capacity,
378 std::__throw_length_error(__N("__rc_string_base::_Rep::_S_create"));
460 _Rep* __r = _Rep::_S_create(__requested_cap, _M_info._M_capacity,
525 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a);
534 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a);
570 _Rep* __r = _Rep::_S_create(__dnew, size_type(0), __a);
591 _Rep* __r = _Rep::_S_create(__n, size_type(0), __a);
658 _Rep* __r = _Rep::_S_create(_M_length() + __len2 - __len1,
684 _Rep* __r = _Rep::_S_create(__new_size, _M_capacity(),