HomeSort by relevance Sort by last modified time
    Searched defs:_M_ptr (Results 26 - 50 of 64) sorted by null

12 3

  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_fstream.c 283 _CharT* _M_ptr;
284 _Filebuf_Tmp_Buf(ptrdiff_t __n) : _M_ptr(0) { _M_ptr = new _CharT[__n]; }
285 ~_Filebuf_Tmp_Buf() { delete[] _M_ptr; }
352 _CharT* __ibegin = __buf._M_ptr;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_function.h 420 _Result (*_M_ptr)(_Arg);
427 : _M_ptr(__x) { }
431 { return _M_ptr(__x); }
446 _Result (*_M_ptr)(_Arg1, _Arg2);
453 : _M_ptr(__x) { }
457 { return _M_ptr(__x, __y); }
shared_ptr.h 74 : _M_ptr(__p) { }
78 { delete _M_ptr; }
92 _Ptr _M_ptr; // copy constructor must not throw
134 { _M_del._M_del(_Base_type::_M_ptr); }
176 _Base_type::_Base_type::_M_ptr = static_cast<_Tp*>(__p);
186 _Base_type::_Base_type::_M_ptr = static_cast<_Tp*>(__p);
557 : _M_ptr(0), _M_refcount() // never throws
568 : _M_ptr(__p), _M_refcount(__p)
590 : _M_ptr(__p), _M_refcount(__p, __d)
614 : _M_ptr(__p), _M_refcount(__p, __d, __a
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_fstream.c 283 _CharT* _M_ptr;
284 _Filebuf_Tmp_Buf(ptrdiff_t __n) : _M_ptr(0) { _M_ptr = new _CharT[__n]; }
285 ~_Filebuf_Tmp_Buf() { delete[] _M_ptr; }
352 _CharT* __ibegin = __buf._M_ptr;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_function.h 420 _Result (*_M_ptr)(_Arg);
427 : _M_ptr(__x) { }
431 { return _M_ptr(__x); }
446 _Result (*_M_ptr)(_Arg1, _Arg2);
453 : _M_ptr(__x) { }
457 { return _M_ptr(__x, __y); }
shared_ptr.h 74 : _M_ptr(__p) { }
78 { delete _M_ptr; }
92 _Ptr _M_ptr; // copy constructor must not throw
134 { _M_del._M_del(_Base_type::_M_ptr); }
176 _Base_type::_Base_type::_M_ptr = static_cast<_Tp*>(__p);
186 _Base_type::_Base_type::_M_ptr = static_cast<_Tp*>(__p);
557 : _M_ptr(0), _M_refcount() // never throws
568 : _M_ptr(__p), _M_refcount(__p)
590 : _M_ptr(__p), _M_refcount(__p, __d)
614 : _M_ptr(__p), _M_refcount(__p, __d, __a
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_fstream.c 283 _CharT* _M_ptr;
284 _Filebuf_Tmp_Buf(ptrdiff_t __n) : _M_ptr(0) { _M_ptr = new _CharT[__n]; }
285 ~_Filebuf_Tmp_Buf() { delete[] _M_ptr; }
352 _CharT* __ibegin = __buf._M_ptr;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_function.h 420 _Result (*_M_ptr)(_Arg);
427 : _M_ptr(__x) { }
431 { return _M_ptr(__x); }
446 _Result (*_M_ptr)(_Arg1, _Arg2);
453 : _M_ptr(__x) { }
457 { return _M_ptr(__x, __y); }
shared_ptr.h 74 : _M_ptr(__p) { }
78 { delete _M_ptr; }
92 _Ptr _M_ptr; // copy constructor must not throw
134 { _M_del._M_del(_Base_type::_M_ptr); }
176 _Base_type::_Base_type::_M_ptr = static_cast<_Tp*>(__p);
186 _Base_type::_Base_type::_M_ptr = static_cast<_Tp*>(__p);
557 : _M_ptr(0), _M_refcount() // never throws
568 : _M_ptr(__p), _M_refcount(__p)
590 : _M_ptr(__p), _M_refcount(__p, __d)
614 : _M_ptr(__p), _M_refcount(__p, __d, __a
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_fstream.c 283 _CharT* _M_ptr;
284 _Filebuf_Tmp_Buf(ptrdiff_t __n) : _M_ptr(0) { _M_ptr = new _CharT[__n]; }
285 ~_Filebuf_Tmp_Buf() { delete[] _M_ptr; }
352 _CharT* __ibegin = __buf._M_ptr;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_fstream.c 283 _CharT* _M_ptr;
284 _Filebuf_Tmp_Buf(ptrdiff_t __n) : _M_ptr(0) { _M_ptr = new _CharT[__n]; }
285 ~_Filebuf_Tmp_Buf() { delete[] _M_ptr; }
352 _CharT* __ibegin = __buf._M_ptr;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
shared_ptr.h 71 : _M_ptr(__p), _M_del(__d) { }
75 { _M_del(_M_ptr); }
85 _Ptr _M_ptr; // copy constructor must not throw
366 : _M_ptr(0), _M_refcount() // never throws
377 : _M_ptr(__p), _M_refcount(__p)
399 : _M_ptr(__p), _M_refcount(__p, __d)
416 : _M_ptr(__r._M_ptr), _M_refcount(__r._M_refcount) // never throws
432 // It is now safe to copy __r._M_ptr, as _M_refcount(__r._M_refcount)
434 _M_ptr = __r._M_ptr
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1/
shared_ptr.h 71 : _M_ptr(__p), _M_del(__d) { }
75 { _M_del(_M_ptr); }
85 _Ptr _M_ptr; // copy constructor must not throw
366 : _M_ptr(0), _M_refcount() // never throws
377 : _M_ptr(__p), _M_refcount(__p)
399 : _M_ptr(__p), _M_refcount(__p, __d)
416 : _M_ptr(__r._M_ptr), _M_refcount(__r._M_refcount) // never throws
432 // It is now safe to copy __r._M_ptr, as _M_refcount(__r._M_refcount)
434 _M_ptr = __r._M_ptr
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1/
shared_ptr.h 71 : _M_ptr(__p), _M_del(__d) { }
75 { _M_del(_M_ptr); }
85 _Ptr _M_ptr; // copy constructor must not throw
366 : _M_ptr(0), _M_refcount() // never throws
377 : _M_ptr(__p), _M_refcount(__p)
399 : _M_ptr(__p), _M_refcount(__p, __d)
416 : _M_ptr(__r._M_ptr), _M_refcount(__r._M_refcount) // never throws
432 // It is now safe to copy __r._M_ptr, as _M_refcount(__r._M_refcount)
434 _M_ptr = __r._M_ptr
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1/
shared_ptr.h 71 : _M_ptr(__p), _M_del(__d) { }
75 { _M_del(_M_ptr); }
85 _Ptr _M_ptr; // copy constructor must not throw
366 : _M_ptr(0), _M_refcount() // never throws
377 : _M_ptr(__p), _M_refcount(__p)
399 : _M_ptr(__p), _M_refcount(__p, __d)
416 : _M_ptr(__r._M_ptr), _M_refcount(__r._M_refcount) // never throws
432 // It is now safe to copy __r._M_ptr, as _M_refcount(__r._M_refcount)
434 _M_ptr = __r._M_ptr
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1/
shared_ptr.h 71 : _M_ptr(__p), _M_del(__d) { }
75 { _M_del(_M_ptr); }
85 _Ptr _M_ptr; // copy constructor must not throw
366 : _M_ptr(0), _M_refcount() // never throws
377 : _M_ptr(__p), _M_refcount(__p)
399 : _M_ptr(__p), _M_refcount(__p, __d)
416 : _M_ptr(__r._M_ptr), _M_refcount(__r._M_refcount) // never throws
432 // It is now safe to copy __r._M_ptr, as _M_refcount(__r._M_refcount)
434 _M_ptr = __r._M_ptr
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
shared_ptr_base.h 289 : _M_ptr(__p) { }
293 { delete _M_ptr; }
307 _Ptr _M_ptr; // copy constructor must not throw
340 : _M_ptr(__p), _M_del(__d, _Alloc()) { }
344 : _M_ptr(__p), _M_del(__d, __a) { }
350 { _M_del._M_del(_M_ptr); }
373 _Ptr _M_ptr; // copy constructor must not throw
390 _Impl(_Alloc __a) : _Alloc(__a), _M_ptr() { }
391 _Tp* _M_ptr;
399 _M_impl._M_ptr = static_cast<_Tp*>(static_cast<void*>(&_M_storage))
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
shared_ptr_base.h 289 : _M_ptr(__p) { }
293 { delete _M_ptr; }
307 _Ptr _M_ptr; // copy constructor must not throw
340 : _M_ptr(__p), _M_del(__d, _Alloc()) { }
344 : _M_ptr(__p), _M_del(__d, __a) { }
350 { _M_del._M_del(_M_ptr); }
373 _Ptr _M_ptr; // copy constructor must not throw
390 _Impl(_Alloc __a) : _Alloc(__a), _M_ptr() { }
391 _Tp* _M_ptr;
399 _M_impl._M_ptr = static_cast<_Tp*>(static_cast<void*>(&_M_storage))
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
shared_ptr_base.h 286 : _M_ptr(__p) { }
290 { delete _M_ptr; }
304 _Ptr _M_ptr; // copy constructor must not throw
337 : _M_ptr(__p), _M_del(__d, _Alloc()) { }
341 : _M_ptr(__p), _M_del(__d, __a) { }
347 { _M_del._M_del(_M_ptr); }
370 _Ptr _M_ptr; // copy constructor must not throw
387 _Impl(_Alloc __a) : _Alloc(__a), _M_ptr() { }
388 _Tp* _M_ptr;
396 _M_impl._M_ptr = static_cast<_Tp*>(static_cast<void*>(&_M_storage))
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
shared_ptr.h 74 : _M_ptr(__p) { }
78 { delete _M_ptr; }
92 _Ptr _M_ptr; // copy constructor must not throw
134 { _M_del._M_del(_Base_type::_M_ptr); }
176 _Base_type::_Base_type::_M_ptr = static_cast<_Tp*>(__p);
186 _Base_type::_Base_type::_M_ptr = static_cast<_Tp*>(__p);
557 : _M_ptr(0), _M_refcount() // never throws
568 : _M_ptr(__p), _M_refcount(__p)
590 : _M_ptr(__p), _M_refcount(__p, __d)
614 : _M_ptr(__p), _M_refcount(__p, __d, __a
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
shared_ptr_base.h 289 : _M_ptr(__p) { }
293 { delete _M_ptr; }
307 _Ptr _M_ptr; // copy constructor must not throw
343 : _M_ptr(__p), _M_del(__d, _Alloc()) { }
347 : _M_ptr(__p), _M_del(__d, __a) { }
351 { _M_del._M_del(_M_ptr); }
372 _Ptr _M_ptr; // copy constructor must not throw
401 _Base_type::_M_ptr = static_cast<_Tp*>(__p);
411 _Base_type::_M_ptr = static_cast<_Tp*>(__p);
757 : _M_ptr(0), _M_refcount() // never throw
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
shared_ptr.h 260 : _M_ptr(__p), _M_del(__d) { }
264 { _M_del(_M_ptr); }
280 _Ptr _M_ptr; // copy constructor must not throw
554 : _M_ptr(0), _M_refcount() // never throws
560 : _M_ptr(__p), _M_refcount(__p)
569 : _M_ptr(__p), _M_refcount(__p, __d)
580 : _M_ptr(__r._M_ptr), _M_refcount(__r._M_refcount) // never throws
589 // It is now safe to copy __r._M_ptr, as _M_refcount(__r._M_refcount)
591 _M_ptr = __r._M_ptr
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
shared_ptr_base.h 289 : _M_ptr(__p) { }
293 { delete _M_ptr; }
307 _Ptr _M_ptr; // copy constructor must not throw
343 : _M_ptr(__p), _M_del(__d, _Alloc()) { }
347 : _M_ptr(__p), _M_del(__d, __a) { }
351 { _M_del._M_del(_M_ptr); }
372 _Ptr _M_ptr; // copy constructor must not throw
401 _Base_type::_M_ptr = static_cast<_Tp*>(__p);
411 _Base_type::_M_ptr = static_cast<_Tp*>(__p);
757 : _M_ptr(0), _M_refcount() // never throw
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
shared_ptr.h 260 : _M_ptr(__p), _M_del(__d) { }
264 { _M_del(_M_ptr); }
280 _Ptr _M_ptr; // copy constructor must not throw
554 : _M_ptr(0), _M_refcount() // never throws
560 : _M_ptr(__p), _M_refcount(__p)
569 : _M_ptr(__p), _M_refcount(__p, __d)
580 : _M_ptr(__r._M_ptr), _M_refcount(__r._M_refcount) // never throws
589 // It is now safe to copy __r._M_ptr, as _M_refcount(__r._M_refcount)
591 _M_ptr = __r._M_ptr
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 74 : _M_ptr(__p) { }
78 { delete _M_ptr; }
92 _Ptr _M_ptr; // copy constructor must not throw
134 { _M_del._M_del(_Base_type::_M_ptr); }
176 _Base_type::_Base_type::_M_ptr = static_cast<_Tp*>(__p);
186 _Base_type::_Base_type::_M_ptr = static_cast<_Tp*>(__p);
557 : _M_ptr(0), _M_refcount() // never throws
568 : _M_ptr(__p), _M_refcount(__p)
590 : _M_ptr(__p), _M_refcount(__p, __d)
614 : _M_ptr(__p), _M_refcount(__p, __d, __a
    [all...]

Completed in 1362 milliseconds

12 3