Searched defs:WeakPtr (Results 1 – 4 of 4) sorted by relevance
84 class WeakPtr; variable222 WeakPtr(std::nullptr_t) {} in WeakPtr() function227 WeakPtr(const WeakPtr<U>& other) : WeakPtrBase(other) { in WeakPtr() function234 WeakPtr(WeakPtr<U>&& other) : WeakPtrBase(std::move(other)) { in WeakPtr() function260 friend class WeakPtr; variable264 WeakPtr(const internal::WeakReference& ref, T* ptr) in WeakPtr() function
120 class WeakPtr; variable263 WeakPtr(std::nullptr_t) {} in WeakPtr() function268 WeakPtr(const WeakPtr<U>& other) : WeakPtrBase(other) { in WeakPtr() function275 WeakPtr(WeakPtr<U>&& other) noexcept : WeakPtrBase(std::move(other)) { in WeakPtr() function315 friend class WeakPtr; variable319 WeakPtr(const internal::WeakReference& ref, T* ptr) in WeakPtr() function
43 WeakPtr() : ptr_(nullptr) {} in WeakPtr() function49 WeakPtr(const WeakPtr<U>& r) in WeakPtr() function56 WeakPtr(WeakPtr<U>&& r) in WeakPtr() function105 explicit WeakPtr(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