HomeSort by relevance Sort by last modified time
    Searched full:make_shared (Results 1 - 25 of 30) sorted by null

1 2

  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
make_shared.pass.cpp 14 // template<class T, class... Args> shared_ptr<T> make_shared(Args&&... args);
59 std::shared_ptr<A> p = std::make_shared<A>(i, c);
69 std::shared_ptr<A> p = std::make_shared<A>(67, c);
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/util.smartptr/util.smartptr.enab/
enable_shared_from_this.pass.cpp 44 std::shared_ptr<Y> p = std::make_shared<Z>();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
future 870 : _M_future(std::make_shared<_State>()),
962 : _M_future(std::make_shared<_State>()),
1037 : _M_future(std::make_shared<_State>()),
1217 : _M_state(std::make_shared<_State_type>(__fn))
1223 : _M_state(std::make_shared<_State_type>(std::move(__fn)))
1228 : _M_state(std::make_shared<_State_type>(__fn))
    [all...]
thread 194 return make_shared<_Impl<_Callable>>(std::forward<_Callable>(__f));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
future 870 : _M_future(std::make_shared<_State>()),
962 : _M_future(std::make_shared<_State>()),
1037 : _M_future(std::make_shared<_State>()),
1217 : _M_state(std::make_shared<_State_type>(__fn))
1223 : _M_state(std::make_shared<_State_type>(std::move(__fn)))
1228 : _M_state(std::make_shared<_State_type>(__fn))
    [all...]
thread 194 return make_shared<_Impl<_Callable>>(std::forward<_Callable>(__f));
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
future 870 : _M_future(std::make_shared<_State>()),
962 : _M_future(std::make_shared<_State>()),
1037 : _M_future(std::make_shared<_State>()),
1217 : _M_state(std::make_shared<_State_type>(__fn))
1223 : _M_state(std::make_shared<_State_type>(std::move(__fn)))
1228 : _M_state(std::make_shared<_State_type>(__fn))
    [all...]
thread 194 return make_shared<_Impl<_Callable>>(std::forward<_Callable>(__f));
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
future 942 : _M_future(std::make_shared<_State>()),
1040 : _M_future(std::make_shared<_State>()),
1121 : _M_future(std::make_shared<_State>()),
    [all...]
thread 191 return std::make_shared<_Impl<_Callable>>(std::forward<_Callable>(__f));
  /ndk/sources/cxx-stl/llvm-libc++/include/
memory 463 shared_ptr<T> make_shared(Args&&... args);
    [all...]
condition_variable 160 : __mut_(make_shared<mutex>()) {}
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
thread 189 return make_shared<_Impl<_Callable>>(std::forward<_Callable>(__f));
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
thread 189 return make_shared<_Impl<_Callable>>(std::forward<_Callable>(__f));
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
thread 189 return make_shared<_Impl<_Callable>>(std::forward<_Callable>(__f));
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
thread 189 return make_shared<_Impl<_Callable>>(std::forward<_Callable>(__f));
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
thread 189 return make_shared<_Impl<_Callable>>(std::forward<_Callable>(__f));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
shared_ptr.h 152 // helpers for make_shared / allocate_shared
1580 make_shared(_Args&&... __args) function
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 152 // helpers for make_shared / allocate_shared
1580 make_shared(_Args&&... __args) function
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 152 // helpers for make_shared / allocate_shared
1580 make_shared(_Args&&... __args) function
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 152 // helpers for make_shared / allocate_shared
1580 make_shared(_Args&&... __args) function
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
shared_ptr.h 152 // helpers for make_shared / allocate_shared
1560 make_shared(_Args&&... __args) function
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
shared_ptr.h 547 make_shared(_Args&&... __args) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
shared_ptr.h 547 make_shared(_Args&&... __args) function
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
shared_ptr.h 547 make_shared(_Args&&... __args) function

Completed in 1713 milliseconds

1 2