HomeSort by relevance Sort by last modified time
    Searched refs:_Sp_cp_type (Results 1 - 6 of 6) 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 285 typedef _Sp_counted_ptr_inplace<_Tp, _Alloc, _Lp> _Sp_cp_type;
286 typedef typename _Alloc::template rebind<_Sp_cp_type>::other _Alloc2;
291 ::new(static_cast<void*>(_M_pi)) _Sp_cp_type(__a,
297 __a2.deallocate(static_cast<_Sp_cp_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 512 typedef _Sp_counted_ptr_inplace<_Tp, _Alloc, _Lp> _Sp_cp_type;
513 typedef typename _Alloc::template rebind<_Sp_cp_type>::other _Alloc2;
518 ::new(static_cast<void*>(_M_pi)) _Sp_cp_type(__a,
524 __a2.deallocate(static_cast<_Sp_cp_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 512 typedef _Sp_counted_ptr_inplace<_Tp, _Alloc, _Lp> _Sp_cp_type;
513 typedef typename _Alloc::template rebind<_Sp_cp_type>::other _Alloc2;
518 ::new(static_cast<void*>(_M_pi)) _Sp_cp_type(__a,
524 __a2.deallocate(static_cast<_Sp_cp_type*>(_M_pi), 1);
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 285 typedef _Sp_counted_ptr_inplace<_Tp, _Alloc, _Lp> _Sp_cp_type;
286 typedef typename _Alloc::template rebind<_Sp_cp_type>::other _Alloc2;
291 ::new(static_cast<void*>(_M_pi)) _Sp_cp_type(__a,
297 __a2.deallocate(static_cast<_Sp_cp_type*>(_M_pi), 1);
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 285 typedef _Sp_counted_ptr_inplace<_Tp, _Alloc, _Lp> _Sp_cp_type;
286 typedef typename _Alloc::template rebind<_Sp_cp_type>::other _Alloc2;
291 ::new(static_cast<void*>(_M_pi)) _Sp_cp_type(__a,
297 __a2.deallocate(static_cast<_Sp_cp_type*>(_M_pi), 1);
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 285 typedef _Sp_counted_ptr_inplace<_Tp, _Alloc, _Lp> _Sp_cp_type;
286 typedef typename _Alloc::template rebind<_Sp_cp_type>::other _Alloc2;
291 ::new(static_cast<void*>(_M_pi)) _Sp_cp_type(__a,
297 __a2.deallocate(static_cast<_Sp_cp_type*>(_M_pi), 1);
    [all...]

Completed in 241 milliseconds