Lines Matching refs:_Rep
64 _Rep::_S_max_size = (((npos - sizeof(_Rep_base))/sizeof(_CharT)) - 1) / 4;
69 _Rep::_S_terminal = _CharT();
79 basic_string<_CharT, _Traits, _Alloc>::_Rep::_S_empty_rep_storage[
106 _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); in _S_construct()
426 basic_string<_CharT, _Traits, _Alloc>::_Rep::
461 _Rep* __r = _Rep::_S_create(__new_size, this->capacity(), __a); in _M_mutate()
526 typename basic_string<_CharT, _Traits, _Alloc>::_Rep*
527 basic_string<_CharT, _Traits, _Alloc>::_Rep::
574 size_type __size = (__capacity + 1) * sizeof(_CharT) + sizeof(_Rep); in _S_create()
584 __size = (__capacity + 1) * sizeof(_CharT) + sizeof(_Rep); in _S_create()
590 _Rep *__p = new (__place) _Rep; in _S_create()
605 basic_string<_CharT, _Traits, _Alloc>::_Rep::
610 _Rep* __r = _Rep::_S_create(__requested_cap, this->_M_capacity, in _M_clone()