Home | History | Annotate | Download | only in bits

Lines Matching refs:_M_p

72    *   _M_p ---------------->               unnamed array of char_type
75 * Where the _M_p points to the first character in the string, and
255 : _Alloc(__a), _M_p(__dat) { }
257 _CharT* _M_p; // The actual data.
273 { return _M_dataplus._M_p; }
277 { return (_M_dataplus._M_p = __p); }