Home
last modified time | relevance | path

Searched defs:SafeRef (Results 1 – 3 of 3) sorted by relevance

/external/cronet/base/memory/
Dsafe_ref.h53 SafeRef(const SafeRef& other) : ref_(other.ref_), ptr_(other.ptr_) { in SafeRef() function
66 SafeRef(SafeRef&& other) in SafeRef() function
83 SafeRef(const SafeRef<U>& other) in SafeRef() function
102 SafeRef(SafeRef<U>&& other) in SafeRef() function
142 explicit SafeRef(internal::WeakReference&& ref, T* ptr) in SafeRef() function
Dweak_ptr.h90 class SafeRef; variable
/external/skia/src/gpu/ganesh/
DGrRefCnt.h21 static inline T* SafeRef(T* obj) { in SafeRef() function