Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/memory/
H A Dref_counter.h56 int32_t CurrentCount() const in CurrentCount() function
64 int32_t count = CurrentCount(); in TryIncrease()
96 int32_t CurrentCount() const in CurrentCount() function
104 if (CurrentCount() == 0) { in TryIncrease()
139 return strongRef_.CurrentCount(); in StrongRefCount()