Home
last modified time | relevance | path

Searched defs:ScopedTypeRef (Results 1 – 1 of 1) 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