Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/icu/source/common/
Dsharedobject.h96 inline UBool noHardReferences() const { return getRefCount() == 0; } in noHardReferences() function
Dunifiedcache.cpp479 return (!theKey->fIsPrimary || (theValue->softRefCount == 1 && theValue->noHardReferences())); in _isEvictable()
487 if (value->noHardReferences()) { in removeSoftRef()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dsharedobject.h96 inline UBool noHardReferences() const { return getRefCount() == 0; } in noHardReferences() function
Dunifiedcache.cpp476 return (!theKey->fIsMaster || (theValue->softRefCount == 1 && theValue->noHardReferences())); in _isEvictable()
484 if (value->noHardReferences()) { in removeSoftRef()
/third_party/node/deps/icu-small/source/common/
Dsharedobject.h96 inline UBool noHardReferences() const { return getRefCount() == 0; } in noHardReferences() function
Dunifiedcache.cpp479 return (!theKey->fIsPrimary || (theValue->softRefCount == 1 && theValue->noHardReferences())); in _isEvictable()
487 if (value->noHardReferences()) { in removeSoftRef()
/third_party/icu/icu4c/source/common/
Dsharedobject.h96 inline UBool noHardReferences() const { return getRefCount() == 0; } in noHardReferences() function
Dunifiedcache.cpp479 return (!theKey->fIsPrimary || (theValue->softRefCount == 1 && theValue->noHardReferences())); in _isEvictable()
487 if (value->noHardReferences()) { in removeSoftRef()