Searched defs:ScopedTypeRef (Results 1 – 2 of 2) sorted by relevance
64 ScopedTypeRef(const ScopedTypeRef<T, Traits>& that) : object_(that.object_) { in ScopedTypeRef() function71 explicit ScopedTypeRef(const ScopedTypeRef<R, RTraits>& that_as_subclass) in ScopedTypeRef() function77 ScopedTypeRef(ScopedTypeRef<T, Traits>&& that) : object_(that.object_) { in ScopedTypeRef() function
99 ScopedTypeRef(const ScopedTypeRef<T, Traits>& that) in ScopedTypeRef() function107 explicit ScopedTypeRef(const ScopedTypeRef<R, RTraits>& that_as_subclass) in ScopedTypeRef() function113 ScopedTypeRef(ScopedTypeRef<T, Traits>&& that) : object_(that.object_) { in ScopedTypeRef() function