Searched refs:_S_rounded_up_size (Results 1 – 4 of 4) sorted by relevance
341 __s, _Rope_RopeLeaf<_CharT,_Alloc>::_S_rounded_up_size(__n)); in _S_free_string()410 _Data_allocate(_S_rounded_up_size(__old_len + __len)); in _S_leaf_concat_char_iter()752 _Data_allocate(_S_rounded_up_size(__result_len)); in _S_substring()1396 __rest_buffer = _Data_allocate(_S_rounded_up_size(__rest)); in rope()1411 _Data_allocate(_S_rounded_up_size(__exponentiate_threshold)); in rope()1486 _CharT* __result = _Data_allocate(_S_rounded_up_size(__s)); in replace_with_c_str()
558 static size_t _S_rounded_up_size(size_t __n) { in _S_rounded_up_size() function1361 static size_t _S_rounded_up_size(size_t __n) {1362 return _RopeLeaf::_S_rounded_up_size(__n);1367 return _S_rounded_up_size(__n) - 1;1369 return _S_rounded_up_size(__n);1412 _CharT* __buf = __a.allocate(_S_rounded_up_size(__size));1555 _CharT* __buf = _Data_allocate(_S_rounded_up_size(1));
365 _Rope_RopeLeaf<_CharT, _Alloc>::_S_rounded_up_size(__n)); in _S_free_string()436 _Data_allocate(_S_rounded_up_size(__old_len + __len)); in _S_leaf_concat_char_iter()820 _Data_allocate(_S_rounded_up_size(__result_len)); in _S_substring()1551 __rest_buffer = this->_Data_allocate(_S_rounded_up_size(__rest)); in rope()1567 this->_Data_allocate(_S_rounded_up_size(__exponentiate_threshold)); in rope()1644 _CharT* __result = this->_Data_allocate(_S_rounded_up_size(__s)); in replace_with_c_str()
668 _S_rounded_up_size(size_t __n)686 /* _S_rounded_up_size(size), except */1601 _S_rounded_up_size(size_t __n)1602 { return _RopeLeaf::_S_rounded_up_size(__n); }1608 return _S_rounded_up_size(__n) - 1;1610 return _S_rounded_up_size(__n);1656 _CharT* __buf = __a.allocate(_S_rounded_up_size(__size));1804 _CharT* __buf = this->_Data_allocate(_S_rounded_up_size(1));