HomeSort by relevance Sort by last modified time
    Searched refs:_Sp_cp_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 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/5/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/6/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/7/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/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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/8/sources/cxx-stl/gnu-libstdc++/4.6/include/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/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
shared_ptr_base.h 518 typedef _Sp_counted_ptr_inplace<_Tp, _Alloc, _Lp> _Sp_cp_type;
520 rebind_traits<_Sp_cp_type> _Alloc_traits;
522 _Sp_cp_type* __mem = _Alloc_traits::allocate(__a2, 1);
    [all...]

Completed in 113 milliseconds