HomeSort by relevance Sort by last modified time
    Searched refs:_Sp_cd_type (Results 1 - 9 of 9) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
shared_ptr.h 244 typedef _Sp_counted_deleter<_Ptr, _Deleter, _Alloc, _Lp> _Sp_cd_type;
245 typedef std::allocator<_Sp_cd_type> _Alloc2;
250 ::new(static_cast<void*>(_M_pi)) _Sp_cd_type(__p, __d);
256 __a2.deallocate(static_cast<_Sp_cd_type*>(_M_pi), 1);
264 typedef _Sp_counted_deleter<_Ptr, _Deleter, _Alloc, _Lp> _Sp_cd_type;
265 typedef typename _Alloc::template rebind<_Sp_cd_type>::other _Alloc2;
270 ::new(static_cast<void*>(_M_pi)) _Sp_cd_type(__p, __d, __a);
276 __a2.deallocate(static_cast<_Sp_cd_type*>(_M_pi), 1);
    [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 470 typedef _Sp_counted_deleter<_Ptr, _Deleter, _Alloc, _Lp> _Sp_cd_type;
471 typedef std::allocator<_Sp_cd_type> _Alloc2;
476 ::new(static_cast<void*>(_M_pi)) _Sp_cd_type(__p, __d);
482 __a2.deallocate(static_cast<_Sp_cd_type*>(_M_pi), 1);
490 typedef _Sp_counted_deleter<_Ptr, _Deleter, _Alloc, _Lp> _Sp_cd_type;
491 typedef typename _Alloc::template rebind<_Sp_cd_type>::other _Alloc2;
496 ::new(static_cast<void*>(_M_pi)) _Sp_cd_type(__p, __d, __a);
502 __a2.deallocate(static_cast<_Sp_cd_type*>(_M_pi), 1);
    [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 470 typedef _Sp_counted_deleter<_Ptr, _Deleter, _Alloc, _Lp> _Sp_cd_type;
471 typedef std::allocator<_Sp_cd_type> _Alloc2;
476 ::new(static_cast<void*>(_M_pi)) _Sp_cd_type(__p, __d);
482 __a2.deallocate(static_cast<_Sp_cd_type*>(_M_pi), 1);
490 typedef _Sp_counted_deleter<_Ptr, _Deleter, _Alloc, _Lp> _Sp_cd_type;
491 typedef typename _Alloc::template rebind<_Sp_cd_type>::other _Alloc2;
496 ::new(static_cast<void*>(_M_pi)) _Sp_cd_type(__p, __d, __a);
502 __a2.deallocate(static_cast<_Sp_cd_type*>(_M_pi), 1);
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 244 typedef _Sp_counted_deleter<_Ptr, _Deleter, _Alloc, _Lp> _Sp_cd_type;
245 typedef std::allocator<_Sp_cd_type> _Alloc2;
250 ::new(static_cast<void*>(_M_pi)) _Sp_cd_type(__p, __d);
256 __a2.deallocate(static_cast<_Sp_cd_type*>(_M_pi), 1);
264 typedef _Sp_counted_deleter<_Ptr, _Deleter, _Alloc, _Lp> _Sp_cd_type;
265 typedef typename _Alloc::template rebind<_Sp_cd_type>::other _Alloc2;
270 ::new(static_cast<void*>(_M_pi)) _Sp_cd_type(__p, __d, __a);
276 __a2.deallocate(static_cast<_Sp_cd_type*>(_M_pi), 1);
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 244 typedef _Sp_counted_deleter<_Ptr, _Deleter, _Alloc, _Lp> _Sp_cd_type;
245 typedef std::allocator<_Sp_cd_type> _Alloc2;
250 ::new(static_cast<void*>(_M_pi)) _Sp_cd_type(__p, __d);
256 __a2.deallocate(static_cast<_Sp_cd_type*>(_M_pi), 1);
264 typedef _Sp_counted_deleter<_Ptr, _Deleter, _Alloc, _Lp> _Sp_cd_type;
265 typedef typename _Alloc::template rebind<_Sp_cd_type>::other _Alloc2;
270 ::new(static_cast<void*>(_M_pi)) _Sp_cd_type(__p, __d, __a);
276 __a2.deallocate(static_cast<_Sp_cd_type*>(_M_pi), 1);
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 244 typedef _Sp_counted_deleter<_Ptr, _Deleter, _Alloc, _Lp> _Sp_cd_type;
245 typedef std::allocator<_Sp_cd_type> _Alloc2;
250 ::new(static_cast<void*>(_M_pi)) _Sp_cd_type(__p, __d);
256 __a2.deallocate(static_cast<_Sp_cd_type*>(_M_pi), 1);
264 typedef _Sp_counted_deleter<_Ptr, _Deleter, _Alloc, _Lp> _Sp_cd_type;
265 typedef typename _Alloc::template rebind<_Sp_cd_type>::other _Alloc2;
270 ::new(static_cast<void*>(_M_pi)) _Sp_cd_type(__p, __d, __a);
276 __a2.deallocate(static_cast<_Sp_cd_type*>(_M_pi), 1);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
shared_ptr.h 244 typedef _Sp_counted_deleter<_Ptr, _Deleter, _Alloc, _Lp> _Sp_cd_type;
245 typedef std::allocator<_Sp_cd_type> _Alloc2;
250 ::new(static_cast<void*>(_M_pi)) _Sp_cd_type(__p, __d);
256 __a2.deallocate(static_cast<_Sp_cd_type*>(_M_pi), 1);
264 typedef _Sp_counted_deleter<_Ptr, _Deleter, _Alloc, _Lp> _Sp_cd_type;
265 typedef typename _Alloc::template rebind<_Sp_cd_type>::other _Alloc2;
270 ::new(static_cast<void*>(_M_pi)) _Sp_cd_type(__p, __d, __a);
276 __a2.deallocate(static_cast<_Sp_cd_type*>(_M_pi), 1);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
shared_ptr_base.h 470 typedef _Sp_counted_deleter<_Ptr, _Deleter, _Alloc, _Lp> _Sp_cd_type;
471 typedef std::allocator<_Sp_cd_type> _Alloc2;
476 ::new(static_cast<void*>(_M_pi)) _Sp_cd_type(__p, __d);
482 __a2.deallocate(static_cast<_Sp_cd_type*>(_M_pi), 1);
490 typedef _Sp_counted_deleter<_Ptr, _Deleter, _Alloc, _Lp> _Sp_cd_type;
491 typedef typename _Alloc::template rebind<_Sp_cd_type>::other _Alloc2;
496 ::new(static_cast<void*>(_M_pi)) _Sp_cd_type(__p, __d, __a);
502 __a2.deallocate(static_cast<_Sp_cd_type*>(_M_pi), 1);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
shared_ptr_base.h 469 typedef _Sp_counted_deleter<_Ptr, _Deleter, _Alloc, _Lp> _Sp_cd_type;
471 rebind_traits<_Sp_cd_type> _Alloc_traits;
473 _Sp_cd_type* __mem = 0;
492 typedef _Sp_counted_deleter<_Ptr, _Deleter, _Alloc, _Lp> _Sp_cd_type;
494 rebind_traits<_Sp_cd_type> _Alloc_traits;
496 _Sp_cd_type* __mem = 0;
    [all...]

Completed in 32 milliseconds