Searched refs:__requested_cap (Results 1 – 3 of 3) sorted by relevance
568 const size_type __requested_cap = _M_length + __res;577 if (__requested_cap > _M_capacity && __requested_cap > __page_capacity)579 __r = _Rep::_S_create(__requested_cap > 2*_M_capacity ?580 __requested_cap : 2*_M_capacity, __alloc);582 __r = _Rep::_S_create(__requested_cap, __alloc);
444 const size_type __requested_cap = _M_info._M_length + __res; in _M_clone() local445 _Rep* __r = _Rep::_S_create(__requested_cap, _M_info._M_capacity, in _M_clone()
609 const size_type __requested_cap = this->_M_length + __res;610 _Rep* __r = _Rep::_S_create(__requested_cap, this->_M_capacity,