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()
214 int RefCounter::IncStrongRefCount(const void* objectId) in IncStrongRefCount()
236 int RefCounter::DecStrongRefCount(const void* objectId) in DecStrongRefCount()
264 int RefCounter::IncWeakRefCount(const void* objectId) in IncWeakRefCount()
278 int RefCounter::DecWeakRefCount(const void* objectId) in DecWeakRefCount()
347 bool RefCounter::AttemptIncStrongRef(const void *objectId, int &outCount) in AttemptIncStrongRef()
391 bool RefCounter::AttemptIncStrong(const void *objectId) in AttemptIncStrong()
488 void RefBase::IncStrongRef(const void *objectId) in IncStrongRef()
506 void RefBase::DecStrongRef(const void *objectId) in DecStrongRef()
542 void RefBase::IncWeakRef(const void *objectId) in IncWeakRef()
554 void RefBase::DecWeakRef(const void *objectId) in DecWeakRef()
569 bool RefBase::AttemptAcquire(const void *objectId) in AttemptAcquire()
587 bool RefBase::AttemptIncStrongRef(const void *objectId) in AttemptIncStrongRef()
601 bool RefBase::AttemptIncStrong(const void *objectId) in AttemptIncStrong()