Searched refs:smart_ptr (Results 1 – 7 of 7) sorted by relevance
159 class smart_ptr class164 template <typename Q> friend class smart_ptr;166 explicit smart_ptr() in smart_ptr() function in smart_ptr170 explicit smart_ptr(T* const pT) in smart_ptr() function in smart_ptr177 explicit smart_ptr(Q* const q) in smart_ptr() function in smart_ptr183 ~smart_ptr() in ~smart_ptr()188 smart_ptr(const smart_ptr<T>& sp) in smart_ptr() function in smart_ptr195 smart_ptr(const smart_ptr<Q>& sp) in smart_ptr() function in smart_ptr201 smart_ptr& operator=(const smart_ptr<T>& sp) in operator =()207 smart_ptr& operator=(T* const p) in operator =()[all …]
4 by 0x........: smart_ptr<counter>::set(counter*, AtomicInt32*) (annotate_smart_pointer.cpp:?)5 by 0x........: smart_ptr<counter>::operator=(counter*) (annotate_smart_pointer.cpp:?)
12 struct smart_ptr { struct18 smart_ptr<Foo> sf, const smart_ptr<Foo> &sfc, Foo volatile *fvp) { in text()
75 struct smart_ptr { struct87 void test_smart_ptr(smart_ptr<int> p) { in test_smart_ptr() argument
1383 class smart_ptr { class1394 smart_ptr<int> gdat PT_GUARDED_BY(gmu);1400 smart_ptr<Mutex> smu_;1403 smart_ptr<int> a PT_GUARDED_BY(mu_);
196 namespace smart_ptr { namespace
151 // See http://www.boost.org/libs/smart_ptr/scoped_ptr.htm for documentation.