Home
last modified time | relevance | path

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

/commonlibrary/c_utils/base/src/
Drefbase.cpp65 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()
[all …]
/commonlibrary/c_utils/base/test/fuzztest/refbase_fuzzer/
Drefbase_fuzzer.cpp64 void TestRefBase::OnLastStrongRef(const void* objectId) in OnLastStrongRef()
69 void TestRefBase::OnFirstStrongRef(const void* objectId) in OnFirstStrongRef()
/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.h1275 inline bool AttemptIncStrongRef(const void *objectId) const in AttemptIncStrongRef()
/commonlibrary/c_utils/base/test/benchmarktest/refbase_benchmark_test/
Drefbase_benchmark_test.cpp82 void OnLastStrongRef(const void *objectId) override in OnLastStrongRef()
317 void IPCObjectProxy::OnLastStrongRef(const void *objectId) in OnLastStrongRef()
327 void IPCObjectProxy::OnFirstStrongRef(const void *objectId) in OnFirstStrongRef()