Home
last modified time | relevance | path

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

/external/cronet/base/memory/
Dsafe_ref.h58 SafeRef(const SafeRef& other) : ref_(other.ref_), ptr_(other.ptr_) { in SafeRef() function
71 SafeRef(SafeRef&& other) in SafeRef() function
88 SafeRef(const SafeRef<U>& other) in SafeRef() function
107 SafeRef(SafeRef<U>&& other) in SafeRef() function
147 explicit SafeRef(internal::WeakReference&& ref, T* ptr) in SafeRef() function
Dsafe_ref_traits.h18 class SafeRef; variable
/external/skia/src/gpu/
DGpuRefCnt.h24 static inline T* SafeRef(T* obj) { in SafeRef() function