Lines Matching defs:objectId
52 void WeakRefCounter::IncWeakRefCount(const void *objectId) in IncWeakRefCount()
59 void WeakRefCounter::DecWeakRefCount(const void *objectId) in DecWeakRefCount()
67 bool WeakRefCounter::AttemptIncStrongRef(const void *objectId) in AttemptIncStrongRef()
121 void RefCounter::PrintRefs(const void* objectId) in PrintRefs()
129 void RefCounter::GetNewTrace(const void* objectId) in GetNewTrace()
244 int RefCounter::IncStrongRefCount(const void* objectId) in IncStrongRefCount()
258 int RefCounter::DecStrongRefCount(const void* objectId) in DecStrongRefCount()
279 int RefCounter::IncWeakRefCount(const void* objectId) in IncWeakRefCount()
285 int RefCounter::DecWeakRefCount(const void* objectId) in DecWeakRefCount()
352 bool RefCounter::AttemptIncStrongRef(const void *objectId, int &outCount) in AttemptIncStrongRef()
401 bool RefCounter::AttemptIncStrong(const void *objectId) in AttemptIncStrong()
514 void RefBase::IncStrongRef(const void *objectId) in IncStrongRef()
530 void RefBase::CheckIsAttemptAcquireSet(const void *objectId) in CheckIsAttemptAcquireSet()
544 void RefBase::DecStrongRef(const void *objectId) in DecStrongRef()
584 void RefBase::IncWeakRef(const void *objectId) in IncWeakRef()
596 void RefBase::DecWeakRef(const void *objectId) in DecWeakRef()
611 bool RefBase::AttemptAcquire(const void *objectId) in AttemptAcquire()
629 bool RefBase::AttemptIncStrongRef(const void *objectId) in AttemptIncStrongRef()
643 bool RefBase::AttemptIncStrong(const void *objectId) in AttemptIncStrong()