Searched refs:BlockRef (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkRefCnt.h215 * BlockRef<B> is a type which inherits from B, cannot be created,
218 template<typename B> class BlockRef : public B { class in class:SkAutoTUnref
220 BlockRef();
221 ~BlockRef();
227 typedef typename SkTConstType<BlockRef<T>, SkTIsConst<T>::value>::type BlockRefType;
232 * SkAutoTUnref::operator-> returns BlockRef<T>*. This prevents use of
/external/skia/include/core/
H A DSkRefCnt.h215 * BlockRef<B> is a type which inherits from B, cannot be created,
218 template<typename B> class BlockRef : public B { class in class:SkAutoTUnref
220 BlockRef();
221 ~BlockRef();
227 typedef typename SkTConstType<BlockRef<T>, SkTIsConst<T>::value>::type BlockRefType;
232 * SkAutoTUnref::operator-> returns BlockRef<T>*. This prevents use of

Completed in 69 milliseconds