Home | History | Annotate | Download | only in bits

Lines Matching refs:_M_dataplus

76    *   _M_dataplus                          _M_refcount
286 mutable _Alloc_hider _M_dataplus;
290 { return _M_dataplus._M_p; }
294 { return (_M_dataplus._M_p = __p); }
436 : _M_dataplus(_S_empty_rep()._M_refdata(), _Alloc()) { }
438 : _M_dataplus(_S_construct(size_type(), _CharT(), _Alloc()), _Alloc()){ }
505 : _M_dataplus(__str._M_dataplus)
1815 { return _M_dataplus; }