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

/external/chromium_org/third_party/skia/include/core/
H A DSkRefCnt.h214 * BlockRef<B> is a type which inherits from B, cannot be created,
217 template<typename B> class BlockRef : public B { class in class:SkAutoTUnref
219 BlockRef();
220 ~BlockRef();
226 typedef typename SkTConstType<BlockRef<T>, SkTIsConst<T>::value>::type BlockRefType;
231 * 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
/external/chromium_org/third_party/skia/include/gpu/
H A DGrProgramElementRef.h65 typedef typename SkTConstType<typename SkAutoTUnref<T>::template BlockRef<T>,
71 * GrProgramElementRef. Therefore operator-> returns BlockRef<T>*.

Completed in 598 milliseconds