Searched defs:SafeRef (Results 1 – 3 of 3) sorted by relevance
60 SafeRef(const SafeRef& other) : ref_(other.ref_), ptr_(other.ptr_) { in SafeRef() function73 SafeRef(SafeRef&& other) in SafeRef() function109 SafeRef(SafeRef<U>&& other) in SafeRef() function155 explicit SafeRef(internal::WeakReference&& ref, T* ptr) in SafeRef() function
18 class SafeRef; variable
24 static inline T* SafeRef(T* obj) { in SafeRef() function