Home
last modified time | relevance | path

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

/external/libchrome/base/mac/
Dscoped_typeref.h64 ScopedTypeRef(const ScopedTypeRef<T, Traits>& that) in ScopedTypeRef() function
72 explicit ScopedTypeRef(const ScopedTypeRef<R, RTraits>& that_as_subclass) in ScopedTypeRef() function
78 ScopedTypeRef(ScopedTypeRef<T, Traits>&& that) : object_(that.object_) { in ScopedTypeRef() function