Home | History | Annotate | Download | only in libutils

Lines Matching refs:weakref_type

125 class RefBase::weakref_impl : public RefBase::weakref_type
254 sprintf(buf, "Strong references on RefBase %p (weakref_type %p):\n", mBase, this);
257 sprintf(buf, "Weak references on RefBase %p (weakref_type %p):\n", mBase, this);
324 "(weakref_type %p) that doesn't exist!",
464 RefBase* RefBase::weakref_type::refBase() const
469 void RefBase::weakref_type::incWeak(const void* id)
479 void RefBase::weakref_type::decWeak(const void* id)
511 bool RefBase::weakref_type::attemptIncStrong(const void* id)
610 bool RefBase::weakref_type::attemptIncWeak(const void* id)
632 int32_t RefBase::weakref_type::getWeakCount() const
639 void RefBase::weakref_type::printRefs() const
644 void RefBase::weakref_type::trackMe(bool enable, bool retain)
649 RefBase::weakref_type* RefBase::createWeak(const void* id) const
655 RefBase::weakref_type* RefBase::getWeakRefs() const
724 void RefBase::renameRefId(weakref_type* ref,