HomeSort by relevance Sort by last modified time
    Searched refs:_M_p (Results 101 - 109 of 109) sorted by null

1 2 3 45

  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 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); }
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 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); }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
basic_string.h 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); }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
basic_string.h 75 * _M_p ----------------> unnamed array of char_type
78 * Where the _M_p points to the first character in the string, and
270 : _Alloc(__a), _M_p(__dat) { }
272 _CharT* _M_p; // The actual data.
288 { return _M_dataplus._M_p; }
292 { return (_M_dataplus._M_p = __p); }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
basic_string.h 77 * _M_p ----------------> unnamed array of char_type
80 * Where the _M_p points to the first character in the string, and
272 : _Alloc(__a), _M_p(__dat) { }
274 _CharT* _M_p; // The actual data.
290 { return _M_dataplus._M_p; }
294 { return (_M_dataplus._M_p = __p); }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
basic_string.h 75 * _M_p ----------------> unnamed array of char_type
78 * Where the _M_p points to the first character in the string, and
270 : _Alloc(__a), _M_p(__dat) { }
272 _CharT* _M_p; // The actual data.
288 { return _M_dataplus._M_p; }
292 { return (_M_dataplus._M_p = __p); }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
basic_string.h 77 * _M_p ----------------> unnamed array of char_type
80 * Where the _M_p points to the first character in the string, and
272 : _Alloc(__a), _M_p(__dat) { }
274 _CharT* _M_p; // The actual data.
290 { return _M_dataplus._M_p; }
294 { return (_M_dataplus._M_p = __p); }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
basic_string.h 80 * _M_p ----------------> unnamed array of char_type
83 * Where the _M_p points to the first character in the string, and
275 : _Alloc(__a), _M_p(__dat) { }
277 _CharT* _M_p; // The actual data.
293 { return _M_dataplus._M_p; }
297 { return (_M_dataplus._M_p = __p); }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
basic_string.h 80 * _M_p ----------------> unnamed array of char_type
83 * Where the _M_p points to the first character in the string, and
275 : _Alloc(__a), _M_p(__dat) { }
277 _CharT* _M_p; // The actual data.
293 { return _M_dataplus._M_p; }
297 { return (_M_dataplus._M_p = __p); }
    [all...]

Completed in 253 milliseconds

1 2 3 45