Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/memory/
H A Dsafe_ref.h60 SafeRef(const SafeRef& other) : ref_(other.ref_), ptr_(other.ptr_) { in SafeRef() function
73 SafeRef(SafeRef&& other) in SafeRef() function
109 SafeRef(SafeRef<U>&& other) in SafeRef() function
155 explicit SafeRef(internal::WeakReference&& ref, T* ptr) in SafeRef() function
H A Dsafe_ref_traits.h18 class SafeRef; variable
/aosp_15_r20/external/skia/src/gpu/
H A DGpuRefCnt.h24 static inline T* SafeRef(T* obj) { in SafeRef() function