Searched refs:weakref_impl (Results 1 – 2 of 2) sorted by relevance
64 class RefBase::weakref_impl : public RefBase::weakref_type class in android::RefBase74 weakref_impl(RefBase* base) in weakref_impl() function in android::RefBase::weakref_impl93 weakref_impl(RefBase* base) in weakref_impl() function in android::RefBase::weakref_impl105 ~weakref_impl() in ~weakref_impl()324 weakref_impl* const refs = mRefs; in incStrong()343 weakref_impl* const refs = mRefs; in decStrong()361 weakref_impl* const refs = mRefs; in forceIncStrong()388 return static_cast<const weakref_impl*>(this)->mBase; in refBase()393 weakref_impl* const impl = static_cast<weakref_impl*>(this); in incWeak()402 weakref_impl* const impl = static_cast<weakref_impl*>(this); in decWeak()[all …]
152 class weakref_impl; variable168 weakref_impl* const mRefs;