Home | History | Annotate | Download | only in ext

Lines Matching refs:_M_dataplus

49    *   _M_dataplus                          _M_refcount
181 mutable typename _Util_Base::template _Alloc_hider<_Alloc> _M_dataplus;
185 { _M_dataplus._M_p = __p; }
267 { return _M_dataplus._M_p; }
297 : _M_dataplus(_S_empty_rep._M_refcopy()) { }
305 : _M_dataplus(__rcs._M_get_allocator(), __rcs._M_data())
320 { return _M_dataplus; }
324 { return _M_dataplus; }
459 : _M_dataplus(__a, _S_construct(size_type(), _CharT(), __a)) { }
464 : _M_dataplus(__rcs._M_get_allocator(),
470 : _M_dataplus(__a, _S_construct(__n, __c, __a)) { }
477 : _M_dataplus(__a, _S_construct(__beg, __end, __a)) { }