Home | History | Annotate | Download | only in bits

Lines Matching refs:_M_dataplus

74    *   _M_dataplus                          _M_refcount
284 mutable _Alloc_hider _M_dataplus;
288 { return _M_dataplus._M_p; }
292 { return (_M_dataplus._M_p = __p); }
434 : _M_dataplus(_S_empty_rep()._M_refdata(), _Alloc()) { }
436 : _M_dataplus(_S_construct(size_type(), _CharT(), _Alloc()), _Alloc()){ }
503 : _M_dataplus(__str._M_dataplus)
1784 { return _M_dataplus; }