Home
last modified time | relevance | path

Searched refs:that_as_subclass (Results 1 – 3 of 3) sorted by relevance

/external/cronet/base/mac/
Dscoped_nsobject.h98 explicit scoped_nsprotocol(const scoped_nsprotocol<NSR>& that_as_subclass) in scoped_nsprotocol() argument
99 : ScopedTypeRef<NST, Traits>(that_as_subclass) {} in scoped_nsprotocol()
166 explicit scoped_nsobject(const scoped_nsobject<NSR>& that_as_subclass) in scoped_nsobject() argument
167 : scoped_nsprotocol<NST*>(that_as_subclass) {} in scoped_nsobject()
218 explicit scoped_nsobject(const scoped_nsobject<NSR>& that_as_subclass) in scoped_nsobject() argument
219 : scoped_nsprotocol<id>(that_as_subclass) {} in scoped_nsobject()
Dscoped_typeref.h71 explicit ScopedTypeRef(const ScopedTypeRef<R, RTraits>& that_as_subclass) in ScopedTypeRef() argument
72 : object_(that_as_subclass.get()) { in ScopedTypeRef()
/external/cronet/base/allocator/partition_allocator/partition_alloc_base/mac/
Dscoped_typeref.h70 explicit ScopedTypeRef(const ScopedTypeRef<R, RTraits>& that_as_subclass) in ScopedTypeRef() argument
71 : object_(that_as_subclass.get()) { in ScopedTypeRef()