Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/apple/
H A Dscoped_typeref.h78 ScopedTypeRef(const ScopedTypeRef<T, Traits>& that) : object_(that.get()) { in ScopedTypeRef() function
85 ScopedTypeRef(const ScopedTypeRef<R, RTraits>& that) : object_(that.get()) { in ScopedTypeRef() function
106 ScopedTypeRef(ScopedTypeRef<T, Traits>&& that) : object_(that.release()) {} in ScopedTypeRef() function
109 ScopedTypeRef(ScopedTypeRef<R, RTraits>&& that) : object_(that.release()) {} in ScopedTypeRef() function
/aosp_15_r20/external/webrtc/sdk/objc/helpers/
H A Dscoped_cftyperef.h38 ScopedTypeRef() : ptr_(Traits::InvalidValue()) {} in ScopedTypeRef() function
39 explicit ScopedTypeRef(T ptr) : ptr_(ptr) {} in ScopedTypeRef() function
40 ScopedTypeRef(T ptr, RetainPolicy policy) : ScopedTypeRef(ptr) { in ScopedTypeRef() function
45 ScopedTypeRef(const ScopedTypeRef<T, Traits>& rhs) : ptr_(rhs.ptr_) { in ScopedTypeRef() function
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/apple/
H A Dscoped_typeref.h64 ScopedTypeRef(const ScopedTypeRef<T, Traits>& that) : object_(that.object_) { in ScopedTypeRef() function
72 explicit ScopedTypeRef(const ScopedTypeRef<R, RTraits>& that_as_subclass) in ScopedTypeRef() function
79 ScopedTypeRef(ScopedTypeRef<T, Traits>&& that) : object_(that.object_) { in ScopedTypeRef() function