Lines Matching defs:self
75 static inline TYPE* getSelf(NATIVE_TYPE* self) {
76 return static_cast<TYPE*>(self);
78 static inline TYPE const* getSelf(NATIVE_TYPE const* self) {
79 return static_cast<TYPE const *>(self);
88 ANativeObjectBase* self = getSelf(base);
89 self->incStrong(self);
92 ANativeObjectBase* self = getSelf(base);
93 self->decStrong(self);