Home
last modified time | relevance | path

Searched refs:_Rep_base (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/libc++/include/
D__refstring30 struct _Rep_base
38 _Rep_base*
42 return reinterpret_cast<_Rep_base *>(data - sizeof(_Rep_base));
46 data_from_rep(_Rep_base *rep) _NOEXCEPT
63 return data_from_rep(reinterpret_cast<_Rep_base *>(sym));
90 _Rep_base* rep = static_cast<_Rep_base *>(::operator new(sizeof(*rep) + len + 1));
108 struct _Rep_base *old_rep = rep_from_data(str_);
126 _Rep_base* rep = rep_from_data(str_);
/freebsd-10-stable/contrib/libstdc++/include/bits/
Dbasic_string.tcc64 _Rep::_S_max_size = (((npos - sizeof(_Rep_base))/sizeof(_CharT)) - 1) / 4;
80 (sizeof(_Rep_base) + sizeof(_CharT) + sizeof(size_type) - 1) /
429 const size_type __size = sizeof(_Rep_base) + in _M_destroy()
Dbasic_string.h147 struct _Rep_base in _GLIBCXX_BEGIN_NAMESPACE() struct
154 struct _Rep : _Rep_base in _GLIBCXX_BEGIN_NAMESPACE()
/freebsd-10-stable/contrib/libstdc++/
DChangeLog-20034513 a base class _Rep_base.