HomeSort by relevance Sort by last modified time
    Searched defs:_M_pi (Results 1 - 12 of 12) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
shared_ptr_base.h 443 constexpr __shared_count() noexcept : _M_pi(0)
448 __shared_count(_Ptr __p) : _M_pi(0)
452 _M_pi = new _Sp_counted_ptr<_Ptr, _Lp>(__p);
467 __shared_count(_Ptr __p, _Deleter __d, _Alloc __a) : _M_pi(0)
479 _M_pi = __mem;
493 : _M_pi(0)
504 _M_pi = __mem;
523 __shared_count(std::unique_ptr<_Tp, _Del>&& __r) : _M_pi(0)
537 _M_pi = __mem;
545 if (_M_pi != nullptr
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
shared_ptr_base.h 443 constexpr __shared_count() noexcept : _M_pi(0)
448 __shared_count(_Ptr __p) : _M_pi(0)
452 _M_pi = new _Sp_counted_ptr<_Ptr, _Lp>(__p);
467 __shared_count(_Ptr __p, _Deleter __d, _Alloc __a) : _M_pi(0)
479 _M_pi = __mem;
493 : _M_pi(0)
504 _M_pi = __mem;
523 __shared_count(std::unique_ptr<_Tp, _Del>&& __r) : _M_pi(0)
537 _M_pi = __mem;
545 if (_M_pi != nullptr
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
shared_ptr_base.h 443 constexpr __shared_count() noexcept : _M_pi(0)
448 __shared_count(_Ptr __p) : _M_pi(0)
452 _M_pi = new _Sp_counted_ptr<_Ptr, _Lp>(__p);
467 __shared_count(_Ptr __p, _Deleter __d, _Alloc __a) : _M_pi(0)
479 _M_pi = __mem;
493 : _M_pi(0)
504 _M_pi = __mem;
523 __shared_count(std::unique_ptr<_Tp, _Del>&& __r) : _M_pi(0)
537 _M_pi = __mem;
545 if (_M_pi != nullptr
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
shared_ptr_base.h 560 constexpr __shared_count() noexcept : _M_pi(0)
565 __shared_count(_Ptr __p) : _M_pi(0)
569 _M_pi = new _Sp_counted_ptr<_Ptr, _Lp>(__p);
584 __shared_count(_Ptr __p, _Deleter __d, _Alloc __a) : _M_pi(0)
596 _M_pi = __mem;
610 : _M_pi(0)
621 _M_pi = __mem;
640 __shared_count(std::unique_ptr<_Tp, _Del>&& __r) : _M_pi(0)
654 _M_pi = __mem;
665 if (_M_pi != nullptr
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
shared_ptr_base.h 560 constexpr __shared_count() noexcept : _M_pi(0)
565 __shared_count(_Ptr __p) : _M_pi(0)
569 _M_pi = new _Sp_counted_ptr<_Ptr, _Lp>(__p);
584 __shared_count(_Ptr __p, _Deleter __d, _Alloc __a) : _M_pi(0)
596 _M_pi = __mem;
610 : _M_pi(0)
621 _M_pi = __mem;
640 __shared_count(std::unique_ptr<_Tp, _Del>&& __r) : _M_pi(0)
654 _M_pi = __mem;
665 if (_M_pi != nullptr
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
shared_ptr_base.h 560 constexpr __shared_count() noexcept : _M_pi(0)
565 __shared_count(_Ptr __p) : _M_pi(0)
569 _M_pi = new _Sp_counted_ptr<_Ptr, _Lp>(__p);
584 __shared_count(_Ptr __p, _Deleter __d, _Alloc __a) : _M_pi(0)
596 _M_pi = __mem;
610 : _M_pi(0)
621 _M_pi = __mem;
640 __shared_count(std::unique_ptr<_Tp, _Del>&& __r) : _M_pi(0)
654 _M_pi = __mem;
665 if (_M_pi != nullptr
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
shared_ptr.h 293 : _M_pi(0) // nothrow
297 __shared_count(_Ptr __p) : _M_pi(0)
302 _M_pi = new _Sp_counted_base_impl<_Ptr, _Sp_deleter<_Tp>, _Lp>(
313 __shared_count(_Ptr __p, _Deleter __d) : _M_pi(0)
317 _M_pi = new _Sp_counted_base_impl<_Ptr, _Deleter, _Lp>(__p, __d);
330 : _M_pi(new _Sp_counted_base_impl<_Tp*,
340 if (_M_pi != 0)
341 _M_pi->_M_release();
345 : _M_pi(__r._M_pi) // nothro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
shared_ptr.h 293 : _M_pi(0) // nothrow
297 __shared_count(_Ptr __p) : _M_pi(0)
302 _M_pi = new _Sp_counted_base_impl<_Ptr, _Sp_deleter<_Tp>, _Lp>(
313 __shared_count(_Ptr __p, _Deleter __d) : _M_pi(0)
317 _M_pi = new _Sp_counted_base_impl<_Ptr, _Deleter, _Lp>(__p, __d);
330 : _M_pi(new _Sp_counted_base_impl<_Tp*,
340 if (_M_pi != 0)
341 _M_pi->_M_release();
345 : _M_pi(__r._M_pi) // nothro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
shared_ptr.h 293 : _M_pi(0) // nothrow
297 __shared_count(_Ptr __p) : _M_pi(0)
302 _M_pi = new _Sp_counted_base_impl<_Ptr, _Sp_deleter<_Tp>, _Lp>(
313 __shared_count(_Ptr __p, _Deleter __d) : _M_pi(0)
317 _M_pi = new _Sp_counted_base_impl<_Ptr, _Deleter, _Lp>(__p, __d);
330 : _M_pi(new _Sp_counted_base_impl<_Tp*,
340 if (_M_pi != 0)
341 _M_pi->_M_release();
345 : _M_pi(__r._M_pi) // nothro
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
shared_ptr.h 293 : _M_pi(0) // nothrow
297 __shared_count(_Ptr __p) : _M_pi(0)
302 _M_pi = new _Sp_counted_base_impl<_Ptr, _Sp_deleter<_Tp>, _Lp>(
313 __shared_count(_Ptr __p, _Deleter __d) : _M_pi(0)
317 _M_pi = new _Sp_counted_base_impl<_Ptr, _Deleter, _Lp>(__p, __d);
330 : _M_pi(new _Sp_counted_base_impl<_Tp*,
340 if (_M_pi != 0)
341 _M_pi->_M_release();
345 : _M_pi(__r._M_pi) // nothro
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
shared_ptr.h 293 : _M_pi(0) // nothrow
297 __shared_count(_Ptr __p) : _M_pi(0)
302 _M_pi = new _Sp_counted_base_impl<_Ptr, _Sp_deleter<_Tp>, _Lp>(
313 __shared_count(_Ptr __p, _Deleter __d) : _M_pi(0)
317 _M_pi = new _Sp_counted_base_impl<_Ptr, _Deleter, _Lp>(__p, __d);
330 : _M_pi(new _Sp_counted_base_impl<_Tp*,
340 if (_M_pi != 0)
341 _M_pi->_M_release();
345 : _M_pi(__r._M_pi) // nothro
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
shared_ptr.h 293 : _M_pi(0) // nothrow
297 __shared_count(_Ptr __p) : _M_pi(0)
302 _M_pi = new _Sp_counted_base_impl<_Ptr, _Sp_deleter<_Tp>, _Lp>(
313 __shared_count(_Ptr __p, _Deleter __d) : _M_pi(0)
317 _M_pi = new _Sp_counted_base_impl<_Ptr, _Deleter, _Lp>(__p, __d);
330 : _M_pi(new _Sp_counted_base_impl<_Tp*,
340 if (_M_pi != 0)
341 _M_pi->_M_release();
345 : _M_pi(__r._M_pi) // nothro
    [all...]

Completed in 1439 milliseconds