Searched defs:WeakPtr (Results 1 – 1 of 1) sorted by relevance
156 WeakPtr() : ptr_(NULL) { in WeakPtr() function161 WeakPtr(const WeakPtr<U>& other) : WeakPtrBase(other), ptr_(other.get()) { in WeakPtr() function185 WeakPtr(const internal::WeakReference& ref, T* ptr) in WeakPtr() function