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

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
alloc_traits.h 45 template<typename _Alloc2, typename _Tp2>
47 _S_chk(typename _Alloc2::template rebind<_Tp2>::other*)
206 template<typename _Alloc2>
222 template<typename _Alloc2>
224 enable_if<__allocate_helper<_Alloc2>::value, pointer>::type
225 _S_allocate(_Alloc2& __a, size_type __n, const_void_pointer __hint)
228 template<typename _Alloc2>
230 enable_if<!__allocate_helper<_Alloc2>::value, pointer>::type
231 _S_allocate(_Alloc2& __a, size_type __n, ...)
237 template<typename _Alloc2,
    [all...]
shared_ptr_base.h 1023 typedef typename _Alloc::template rebind<_Tp>::other _Alloc2;
1024 _Deleter<_Alloc2> __del = { _Alloc2(__a) };
1025 typedef allocator_traits<_Alloc2> __traits;
    [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 471 typedef std::allocator<_Sp_cd_type> _Alloc2;
472 _Alloc2 __a2;
491 typedef typename _Alloc::template rebind<_Sp_cd_type>::other _Alloc2;
492 _Alloc2 __a2(__a);
513 typedef typename _Alloc::template rebind<_Sp_cp_type>::other _Alloc2;
514 _Alloc2 __a2(__a);
1012 typedef typename _Alloc::template rebind<_Tp>::other _Alloc2;
1013 _Deleter<_Alloc2> __del = { _Alloc2(__a) };
    [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 471 typedef std::allocator<_Sp_cd_type> _Alloc2;
472 _Alloc2 __a2;
491 typedef typename _Alloc::template rebind<_Sp_cd_type>::other _Alloc2;
492 _Alloc2 __a2(__a);
513 typedef typename _Alloc::template rebind<_Sp_cp_type>::other _Alloc2;
514 _Alloc2 __a2(__a);
1012 typedef typename _Alloc::template rebind<_Tp>::other _Alloc2;
1013 _Deleter<_Alloc2> __del = { _Alloc2(__a) };
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
shared_ptr_base.h 471 typedef std::allocator<_Sp_cd_type> _Alloc2;
472 _Alloc2 __a2;
491 typedef typename _Alloc::template rebind<_Sp_cd_type>::other _Alloc2;
492 _Alloc2 __a2(__a);
513 typedef typename _Alloc::template rebind<_Sp_cp_type>::other _Alloc2;
514 _Alloc2 __a2(__a);
1012 typedef typename _Alloc::template rebind<_Tp>::other _Alloc2;
1013 _Deleter<_Alloc2> __del = { _Alloc2(__a) };
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
shared_ptr.h 245 typedef std::allocator<_Sp_cd_type> _Alloc2;
246 _Alloc2 __a2;
265 typedef typename _Alloc::template rebind<_Sp_cd_type>::other _Alloc2;
266 _Alloc2 __a2(__a);
286 typedef typename _Alloc::template rebind<_Sp_cp_type>::other _Alloc2;
287 _Alloc2 __a2(__a);
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 245 typedef std::allocator<_Sp_cd_type> _Alloc2;
246 _Alloc2 __a2;
265 typedef typename _Alloc::template rebind<_Sp_cd_type>::other _Alloc2;
266 _Alloc2 __a2(__a);
286 typedef typename _Alloc::template rebind<_Sp_cp_type>::other _Alloc2;
287 _Alloc2 __a2(__a);
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 245 typedef std::allocator<_Sp_cd_type> _Alloc2;
246 _Alloc2 __a2;
265 typedef typename _Alloc::template rebind<_Sp_cd_type>::other _Alloc2;
266 _Alloc2 __a2(__a);
286 typedef typename _Alloc::template rebind<_Sp_cp_type>::other _Alloc2;
287 _Alloc2 __a2(__a);
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 245 typedef std::allocator<_Sp_cd_type> _Alloc2;
246 _Alloc2 __a2;
265 typedef typename _Alloc::template rebind<_Sp_cd_type>::other _Alloc2;
266 _Alloc2 __a2(__a);
286 typedef typename _Alloc::template rebind<_Sp_cp_type>::other _Alloc2;
287 _Alloc2 __a2(__a);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
shared_ptr.h 245 typedef std::allocator<_Sp_cd_type> _Alloc2;
246 _Alloc2 __a2;
265 typedef typename _Alloc::template rebind<_Sp_cd_type>::other _Alloc2;
266 _Alloc2 __a2(__a);
286 typedef typename _Alloc::template rebind<_Sp_cp_type>::other _Alloc2;
287 _Alloc2 __a2(__a);
    [all...]

Completed in 174 milliseconds