Home
last modified time | relevance | path

Searched defs:objectId (Results 1 – 5 of 5) 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()
162 void RefCounter::DebugRefBase([[maybe_unused]]const void* objectId) in DebugRefBase()
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()
[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.h1309 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()