HomeSort by relevance Sort by last modified time
    Searched refs:shared_ptr (Results 101 - 120 of 120) sorted by null

1 2 3 45

  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign/
shared_ptr_Y.pass.cpp 14 // template<class Y> weak_ptr& operator=(const shared_ptr<Y>& r);
46 const std::shared_ptr<A> pA(new A);
weak_ptr.pass.cpp 46 const std::shared_ptr<A> ps(new A);
weak_ptr_Y.pass.cpp 46 const std::shared_ptr<A> ps(new A);
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod/
reset_pointer_deleter.pass.cpp 12 // shared_ptr
46 std::shared_ptr<B> p(new B);
63 std::shared_ptr<B> p;
reset_pointer_deleter_allocator.pass.cpp 12 // shared_ptr
47 std::shared_ptr<B> p(new B);
68 std::shared_ptr<B> p;
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/
pointer_deleter_allocator.pass.cpp 12 // template<class Y, class D, class A> shared_ptr(Y* p, D d, A a);
34 std::shared_ptr<A> p(ptr, test_deleter<A>(3), test_allocator<A>(5));
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const/
weak_ptr.pass.cpp 57 const std::shared_ptr<A> ps(new A);
weak_ptr_Y.pass.cpp 60 const std::weak_ptr<A> pA(std::shared_ptr<A>(new A));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
regex_grep_matcher.h 123 const std::shared_ptr<_Nfa> _M_nfa;
regex_nfa.h 57 typedef std::shared_ptr<_Automaton> _AutomatonPtr;
shared_ptr_base.h 0 // shared_ptr and weak_ptr implementation details -*- C++ -*-
30 // shared_ptr.hpp
57 * @brief Exception possibly thrown by @c shared_ptr.
264 class shared_ptr;
1051 // 20.8.13.2.7 shared_ptr comparisons
1106 // 2.2.3.8 shared_ptr specialized algorithms.
1112 // 2.2.3.9 shared_ptr casts
1115 // shared_ptr<_Tp, _Lp>(static_cast<_Tp*>(__r.get()))
1125 // shared_ptr<_Tp, _Lp>(const_cast<_Tp*>(__r.get()))
1135 // shared_ptr<_Tp, _Lp>(dynamic_cast<_Tp*>(__r.get())
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
regex_grep_matcher.h 123 const std::shared_ptr<_Nfa> _M_nfa;
regex_nfa.h 57 typedef std::shared_ptr<_Automaton> _AutomatonPtr;
shared_ptr_base.h 0 // shared_ptr and weak_ptr implementation details -*- C++ -*-
30 // shared_ptr.hpp
57 * @brief Exception possibly thrown by @c shared_ptr.
264 class shared_ptr;
1051 // 20.8.13.2.7 shared_ptr comparisons
1106 // 2.2.3.8 shared_ptr specialized algorithms.
1112 // 2.2.3.9 shared_ptr casts
1115 // shared_ptr<_Tp, _Lp>(static_cast<_Tp*>(__r.get()))
1125 // shared_ptr<_Tp, _Lp>(const_cast<_Tp*>(__r.get()))
1135 // shared_ptr<_Tp, _Lp>(dynamic_cast<_Tp*>(__r.get())
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_grep_matcher.h 123 const std::shared_ptr<_Nfa> _M_nfa;
regex_nfa.h 57 typedef std::shared_ptr<_Automaton> _AutomatonPtr;
shared_ptr_base.h 0 // shared_ptr and weak_ptr implementation details -*- C++ -*-
30 // shared_ptr.hpp
57 * @brief Exception possibly thrown by @c shared_ptr.
264 class shared_ptr;
1051 // 20.8.13.2.7 shared_ptr comparisons
1106 // 2.2.3.8 shared_ptr specialized algorithms.
1112 // 2.2.3.9 shared_ptr casts
1115 // shared_ptr<_Tp, _Lp>(static_cast<_Tp*>(__r.get()))
1125 // shared_ptr<_Tp, _Lp>(const_cast<_Tp*>(__r.get()))
1135 // shared_ptr<_Tp, _Lp>(dynamic_cast<_Tp*>(__r.get())
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_grep_matcher.h 123 const std::shared_ptr<_Nfa> _M_nfa;
regex_nfa.h 57 typedef std::shared_ptr<_Automaton> _AutomatonPtr;
shared_ptr_base.h 0 // shared_ptr and weak_ptr implementation details -*- C++ -*-
31 // shared_ptr.hpp
58 * @brief Exception possibly thrown by @c shared_ptr.
264 class shared_ptr;
1066 // 20.8.13.2.7 shared_ptr comparisons
    [all...]

Completed in 2177 milliseconds

1 2 3 45