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

  /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>();
  /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);
  /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
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
shared_ptr.h 611 make_shared(_Args&&... __args) function
  /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...]

Completed in 513 milliseconds