Lines Matching defs:objectId
65 void WeakRefCounter::IncWeakRefCount(const void *objectId) in IncWeakRefCount()
72 void WeakRefCounter::DecWeakRefCount(const void *objectId) in DecWeakRefCount()
80 bool WeakRefCounter::AttemptIncStrongRef(const void *objectId) in AttemptIncStrongRef()
134 void RefCounter::PrintRefs(const void* objectId) in PrintRefs()
142 void RefCounter::GetNewTrace(const void* objectId) in GetNewTrace()
227 int RefCounter::IncStrongRefCount(const void* objectId) in IncStrongRefCount()
241 int RefCounter::DecStrongRefCount(const void* objectId) in DecStrongRefCount()
262 int RefCounter::IncWeakRefCount(const void* objectId) in IncWeakRefCount()
268 int RefCounter::DecWeakRefCount(const void* objectId) in DecWeakRefCount()
330 bool RefCounter::AttemptIncStrongRef(const void *objectId, int &outCount) in AttemptIncStrongRef()
374 bool RefCounter::AttemptIncStrong(const void *objectId) in AttemptIncStrong()
471 void RefBase::IncStrongRef(const void *objectId) in IncStrongRef()
492 void RefBase::DecStrongRef(const void *objectId) in DecStrongRef()
532 void RefBase::IncWeakRef(const void *objectId) in IncWeakRef()
544 void RefBase::DecWeakRef(const void *objectId) in DecWeakRef()
559 bool RefBase::AttemptAcquire(const void *objectId) in AttemptAcquire()
577 bool RefBase::AttemptIncStrongRef(const void *objectId) in AttemptIncStrongRef()
591 bool RefBase::AttemptIncStrong(const void *objectId) in AttemptIncStrong()