Searched defs:WeakPtr (Results 1 – 6 of 6) sorted by relevance
81 template <typename T> class WeakPtr; variable198 WeakPtr() : ptr_(NULL) { in WeakPtr() function204 WeakPtr(const WeakPtr<U>& other) : WeakPtrBase(other), ptr_(other.ptr_) { in WeakPtr() function243 template <typename U> friend class WeakPtr; variable247 WeakPtr(const internal::WeakReference& ref, T* ptr) in WeakPtr() function
83 template <typename T> class WeakPtr; variable201 WeakPtr() : ptr_(NULL) { in WeakPtr() function207 WeakPtr(const WeakPtr<U>& other) : WeakPtrBase(other), ptr_(other.ptr_) { in WeakPtr() function246 template <typename U> friend class WeakPtr; variable250 WeakPtr(const internal::WeakReference& ref, T* ptr) in WeakPtr() function
173 class WeakPtr class538 inline WeakPtr<T>::WeakPtr (void) in WeakPtr() function in de::WeakPtr549 inline WeakPtr<T>::WeakPtr (const WeakPtr<T>& other) in WeakPtr() function in de::WeakPtr561 inline WeakPtr<T>::WeakPtr (const SharedPtr<T>& other) in WeakPtr() function in de::WeakPtr
25 typedef std::weak_ptr<int> WeakPtr; typedef
622 TEST_F(BindTest, WeakPtr) { in TEST_F() argument
621 TEST_F(BindTest, WeakPtr) { in TEST_F() argument