Searched refs:weakref_impl (Results 1 – 2 of 2) sorted by relevance
125 class RefBase::weakref_impl : public RefBase::weakref_type class in android::RefBase135 weakref_impl(RefBase* base) in weakref_impl() function in android::RefBase::weakref_impl154 weakref_impl(RefBase* base) in weakref_impl() function in android::RefBase::weakref_impl166 ~weakref_impl() in ~weakref_impl()385 weakref_impl* const refs = mRefs; in incStrong()407 weakref_impl* const refs = mRefs; in decStrong()437 weakref_impl* const refs = mRefs; in forceIncStrong()466 return static_cast<const weakref_impl*>(this)->mBase; in refBase()471 weakref_impl* const impl = static_cast<weakref_impl*>(this); in incWeak()481 weakref_impl* const impl = static_cast<weakref_impl*>(this); in decWeak()[all …]
152 class weakref_impl; variable168 weakref_impl* const mRefs;