Home | History | Annotate | Download | only in bits

Lines Matching refs:_M_dataplus

71    *   _M_dataplus                          _M_refcount
269 mutable _Alloc_hider _M_dataplus;
273 { return _M_dataplus._M_p; }
277 { return (_M_dataplus._M_p = __p); }
1633 { return _M_dataplus; }
2150 : _M_dataplus(_S_empty_rep()._M_refdata(), _Alloc()) { }
2152 : _M_dataplus(_S_construct(size_type(), _CharT(), _Alloc()), _Alloc()) { }