Searched defs:SafeRef (Results 1 – 3 of 3) sorted by relevance
53 SafeRef(const SafeRef& other) : ref_(other.ref_), ptr_(other.ptr_) { in SafeRef() function66 SafeRef(SafeRef&& other) in SafeRef() function83 SafeRef(const SafeRef<U>& other) in SafeRef() function102 SafeRef(SafeRef<U>&& other) in SafeRef() function142 explicit SafeRef(internal::WeakReference&& ref, T* ptr) in SafeRef() function
90 class SafeRef; variable
21 static inline T* SafeRef(T* obj) { in SafeRef() function