Home
last modified time | relevance | path

Searched refs:strongCount (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/c_utils/base/test/fuzztest/refbase_fuzzer/
H A Drefbase_fuzzer.cpp75 size_t strongCount = 0; member
90 if (refState->strongCount > 0) { in __anone27d57a10102()
91 refState->strongCount--; in __anone27d57a10102()
97 refState->strongCount); in __anone27d57a10102()
182 refState->strongCount++; in __anone27d57a10a02()
210 refState->strongCount++; in __anone27d57a10d02()
228 refState->strongCount++; in __anone27d57a10f02()
237 refState->strongCount++; in __anone27d57a11002()
247 refState->strongCount++; in __anone27d57a11102()
295 for (; state.strongCount > 0; state.strongCount--) { in CleanUpStrongCounter()
[all …]
/ohos5.0/commonlibrary/c_utils/base/test/fuzztest/
H A DREADME_zh.md65 | **size_t** strongCount = 0; | 强引用计数,DecStrongRef、IncStrongRef、AttemptIncStrongRef等会影响该…