Home
last modified time | relevance | path

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

/third_party/gn/src/base/mac/
Dscoped_typeref.h64 ScopedTypeRef(const ScopedTypeRef<T, Traits>& that) : object_(that.object_) { in ScopedTypeRef() function
71 explicit ScopedTypeRef(const ScopedTypeRef<R, RTraits>& that_as_subclass) in ScopedTypeRef() function
77 ScopedTypeRef(ScopedTypeRef<T, Traits>&& that) : object_(that.object_) { in ScopedTypeRef() function
/third_party/cef/include/base/
Dcef_scoped_typeref_mac.h99 ScopedTypeRef(const ScopedTypeRef<T, Traits>& that) in ScopedTypeRef() function
107 explicit ScopedTypeRef(const ScopedTypeRef<R, RTraits>& that_as_subclass) in ScopedTypeRef() function
113 ScopedTypeRef(ScopedTypeRef<T, Traits>&& that) : object_(that.object_) { in ScopedTypeRef() function