Searched refs:ThisRefCount (Results 1 – 1 of 1) sorted by relevance
165 uint64_t &ThisRefCount = in resetRefCount() local167 if (ThisRefCount != INFRefCount) in resetRefCount()168 ThisRefCount = 1; in resetRefCount()173 uint64_t &ThisRefCount = in incRefCount() local175 if (ThisRefCount != INFRefCount) { in incRefCount()176 ++ThisRefCount; in incRefCount()184 uint64_t &ThisRefCount = in decRefCount() local190 if (ThisRefCount > 0) in decRefCount()191 --ThisRefCount; in decRefCount()214 uint64_t ThisRefCount = member[all …]