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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
shared_ptr_base.h 983 typedef typename _Alloc::template rebind<_Tp>::other _Alloc2;
984 _Deleter<_Alloc2> __del = { _Alloc2(__a) };
985 typedef allocator_traits<_Alloc2> __traits;
    [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 983 typedef typename _Alloc::template rebind<_Tp>::other _Alloc2;
984 _Deleter<_Alloc2> __del = { _Alloc2(__a) };
985 typedef allocator_traits<_Alloc2> __traits;
    [all...]

Completed in 104 milliseconds