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

  /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 470 _Sp_cd_type* __mem = 0; local
473 __mem = _Alloc_traits::allocate(__a, 1);
474 _Alloc_traits::construct(__a, __mem, __p, std::move(__d));
475 _M_pi = __mem;
480 if (__mem)
481 _Alloc_traits::deallocate(__a, __mem, 1);
493 _Sp_cd_type* __mem = 0; local
496 __mem = _Alloc_traits::allocate(__a2, 1);
497 _Alloc_traits::construct(__a2, __mem,
499 _M_pi = __mem;
519 _Sp_cp_type* __mem = _Alloc_traits::allocate(__a2, 1); local
    [all...]

Completed in 933 milliseconds