Searched refs:weakref_impl (Results 1 – 2 of 2) sorted by relevance
52 class RefBase::weakref_impl : public RefBase::weakref_type class in android::RefBase62 weakref_impl(RefBase* base) in weakref_impl() function in android::RefBase::weakref_impl81 weakref_impl(RefBase* base) in weakref_impl() function in android::RefBase::weakref_impl93 ~weakref_impl() in ~weakref_impl()330 weakref_impl* const refs = mRefs; in incStrong()349 weakref_impl* const refs = mRefs; in decStrong()367 weakref_impl* const refs = mRefs; in forceIncStrong()394 return static_cast<const weakref_impl*>(this)->mBase; in refBase()399 weakref_impl* const impl = static_cast<weakref_impl*>(this); in incWeak()408 weakref_impl* const impl = static_cast<weakref_impl*>(this); in decWeak()[all …]
153 class weakref_impl; variable158 weakref_impl* const mRefs;