Searched defs:ScopedTypeRef (Results 1 - 1 of 1) sorted by path

/external/chromium_org/base/mac/
H A Dscoped_typeref.h15 // ScopedTypeRef<> is patterned after scoped_ptr<>, but maintains a ownership
34 // base::ScopedTypeRef<CGLContextObj> context;
38 // the ScopedTypeRef<> being initialized is assuming the caller's existing
49 class ScopedTypeRef { class in namespace:base
53 ScopedTypeRef( function in class:base::ScopedTypeRef
61 ScopedTypeRef(const ScopedTypeRef<T, Traits>& that) argument
67 ~ScopedTypeRef() {
72 ScopedTypeRef& operator=(const ScopedTypeRef< argument
[all...]

Completed in 175 milliseconds