OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SkRefCntBase
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/include/core/
SkRefCnt.h
17
/** \class
SkRefCntBase
19
SkRefCntBase
is the base class for objects that may be shared by multiple
27
class SK_API
SkRefCntBase
: public SkNoncopyable {
29
SK_DECLARE_INST_COUNT_ROOT(
SkRefCntBase
)
33
SkRefCntBase
() : fRefCnt(1) {}
37
virtual ~
SkRefCntBase
() {
123
// This SkRefCnt should normally derive from
SkRefCntBase
.
126
class SK_API SkRefCnt : public
SkRefCntBase
{ };
/external/skia/include/core/
SkRefCnt.h
17
/** \class
SkRefCntBase
19
SkRefCntBase
is the base class for objects that may be shared by multiple
27
class SK_API
SkRefCntBase
: public SkNoncopyable {
29
SK_DECLARE_INST_COUNT_ROOT(
SkRefCntBase
)
33
SkRefCntBase
() : fRefCnt(1) {}
37
virtual ~
SkRefCntBase
() {
123
// This SkRefCnt should normally derive from
SkRefCntBase
.
126
class SK_API SkRefCnt : public
SkRefCntBase
{ };
Completed in 48 milliseconds