Home | History | Annotate | Download | only in ext

Lines Matching refs:_M_dataplus

51    *   _M_dataplus                          _M_refcount
183 mutable typename _Util_Base::template _Alloc_hider<_Alloc> _M_dataplus;
187 { _M_dataplus._M_p = __p; }
281 { return _M_dataplus._M_p; }
311 : _M_dataplus(_S_empty_rep._M_refcopy()) { }
319 : _M_dataplus(__rcs._M_dataplus)
334 { return _M_dataplus; }
338 { return _M_dataplus; }
473 : _M_dataplus(__a, _S_construct(size_type(), _CharT(), __a)) { }
478 : _M_dataplus(__rcs._M_get_allocator(),
484 : _M_dataplus(__a, _S_construct(__n, __c, __a)) { }
491 : _M_dataplus(__a, _S_construct(__beg, __end, __a)) { }