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