Home
last modified time | relevance | path

Searched defs:objectId (Results 1 – 3 of 3) sorted by relevance

/commonlibrary/c_utils/base/src/
Drefbase.cpp52 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()
[all …]
/commonlibrary/c_utils/base/test/unittest/common/
Dutils_refbase_test.cpp63 void OnLastStrongRef(const void *objectId) override in OnLastStrongRef()
276 void IPCObjectProxy::OnLastStrongRef(const void *objectId) in OnLastStrongRef()
285 void IPCObjectProxy::OnFirstStrongRef(const void *objectId) in OnFirstStrongRef()
/commonlibrary/c_utils/base/include/
Drefbase.h1249 inline bool AttemptIncStrongRef(const void *objectId) const in AttemptIncStrongRef()