Searched refs:_Rep_base (Results 1 – 6 of 6) sorted by relevance
40 struct _Rep_base { struct46 inline _Rep_base* rep_from_data(const char *data_) noexcept { in rep_from_data() argument48 return reinterpret_cast<_Rep_base *>(data - sizeof(_Rep_base)); in rep_from_data()51 inline char * data_from_rep(_Rep_base *rep) noexcept { in data_from_rep()66 return data_from_rep(reinterpret_cast<_Rep_base *>(sym)); in compute_gcc_empty_string_storage()85 _Rep_base* rep = static_cast<_Rep_base *>(::operator new(sizeof(*rep) + len + 1)); in __libcpp_refstring()105 struct _Rep_base *old_rep = rep_from_data(__imp_);122 _Rep_base* rep = rep_from_data(__imp_); in ~__libcpp_refstring()
163 struct _Rep_base in _GLIBCXX_VISIBILITY() struct170 struct _Rep : _Rep_base in _GLIBCXX_VISIBILITY()3011 _Rep::_S_max_size = (((npos - sizeof(_Rep_base))/sizeof(_CharT)) - 1) / 4; in _GLIBCXX_VISIBILITY()3027 (sizeof(_Rep_base) + sizeof(_CharT) + sizeof(size_type) - 1) / in _GLIBCXX_VISIBILITY()3366 const size_type __size = sizeof(_Rep_base) in _GLIBCXX_VISIBILITY()
1157 struct _Rep_base in version() struct1166 _Rep_base base; in version()1171 enum size_type _S_max_size = (((npos - _Rep_base.sizeof) / T.sizeof) - 1) / 4; in version()1174 …__gshared size_type[(_Rep_base.sizeof + T.sizeof + size_type.sizeof - 1) / size_type.sizeof] _S_em… in version()1278 const size_type __size = _Rep_base.sizeof + (_M_capacity + 1) * T.sizeof; in version()
493 _Rep::_S_max_size = (((npos - sizeof(_Rep_base))/sizeof(_CharT)) - 1) / 4;509 (sizeof(_Rep_base) + sizeof(_CharT) + sizeof(size_type) - 1) /891 const size_type __size = sizeof(_Rep_base) +
3199 struct _Rep_base in _GLIBCXX_VISIBILITY()3206 struct _Rep : _Rep_base in _GLIBCXX_VISIBILITY()
4513 a base class _Rep_base.