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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
shared_ptr_base.h 473 _Sp_cd_type* __mem = 0; local
476 __mem = _Alloc_traits::allocate(__a2, 1);
477 _Alloc_traits::construct(__a2, __mem,
479 _M_pi = __mem;
484 if (__mem)
485 _Alloc_traits::deallocate(__a2, __mem, 1);
499 _Sp_cp_type* __mem = _Alloc_traits::allocate(__a2, 1); local
502 _Alloc_traits::construct(__a2, __mem, std::move(__a),
504 _M_pi = __mem;
508 _Alloc_traits::deallocate(__a2, __mem, 1)
534 _Sp_cd_type* __mem = _Alloc_traits::allocate(__a, 1); local
    [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 473 _Sp_cd_type* __mem = 0; local
476 __mem = _Alloc_traits::allocate(__a2, 1);
477 _Alloc_traits::construct(__a2, __mem,
479 _M_pi = __mem;
484 if (__mem)
485 _Alloc_traits::deallocate(__a2, __mem, 1);
499 _Sp_cp_type* __mem = _Alloc_traits::allocate(__a2, 1); local
502 _Alloc_traits::construct(__a2, __mem, std::move(__a),
504 _M_pi = __mem;
508 _Alloc_traits::deallocate(__a2, __mem, 1)
534 _Sp_cd_type* __mem = _Alloc_traits::allocate(__a, 1); local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
shared_ptr_base.h 473 _Sp_cd_type* __mem = 0; local
476 __mem = _Alloc_traits::allocate(__a, 1);
477 _Alloc_traits::construct(__a, __mem, __p, std::move(__d));
478 _M_pi = __mem;
483 if (__mem)
484 _Alloc_traits::deallocate(__a, __mem, 1);
496 _Sp_cd_type* __mem = 0; local
499 __mem = _Alloc_traits::allocate(__a2, 1);
500 _Alloc_traits::construct(__a2, __mem,
502 _M_pi = __mem;
522 _Sp_cp_type* __mem = _Alloc_traits::allocate(__a2, 1); local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
shared_ptr_base.h 473 _Sp_cd_type* __mem = 0; local
476 __mem = _Alloc_traits::allocate(__a, 1);
477 _Alloc_traits::construct(__a, __mem, __p, std::move(__d));
478 _M_pi = __mem;
483 if (__mem)
484 _Alloc_traits::deallocate(__a, __mem, 1);
496 _Sp_cd_type* __mem = 0; local
499 __mem = _Alloc_traits::allocate(__a2, 1);
500 _Alloc_traits::construct(__a2, __mem,
502 _M_pi = __mem;
522 _Sp_cp_type* __mem = _Alloc_traits::allocate(__a2, 1); local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
shared_ptr_base.h 473 _Sp_cd_type* __mem = 0; local
476 __mem = _Alloc_traits::allocate(__a2, 1);
477 _Alloc_traits::construct(__a2, __mem,
479 _M_pi = __mem;
484 if (__mem)
485 _Alloc_traits::deallocate(__a2, __mem, 1);
499 _Sp_cp_type* __mem = _Alloc_traits::allocate(__a2, 1); local
502 _Alloc_traits::construct(__a2, __mem, std::move(__a),
504 _M_pi = __mem;
508 _Alloc_traits::deallocate(__a2, __mem, 1)
534 _Sp_cd_type* __mem = _Alloc_traits::allocate(__a, 1); local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
shared_ptr_base.h 590 _Sp_cd_type* __mem = 0; local
593 __mem = _Alloc_traits::allocate(__a2, 1);
594 _Alloc_traits::construct(__a2, __mem,
596 _M_pi = __mem;
601 if (__mem)
602 _Alloc_traits::deallocate(__a2, __mem, 1);
616 _Sp_cp_type* __mem = _Alloc_traits::allocate(__a2, 1); local
619 _Alloc_traits::construct(__a2, __mem, std::move(__a),
621 _M_pi = __mem;
625 _Alloc_traits::deallocate(__a2, __mem, 1)
651 _Sp_cd_type* __mem = _Alloc_traits::allocate(__a, 1); local
    [all...]

Completed in 113 milliseconds