Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/icu/source/common/
Dunifiedcache.h37 CacheKeyBase() : fCreationStatus(U_ZERO_ERROR), fIsMaster(FALSE) {} in CacheKeyBase()
43 : UObject(other), fCreationStatus(other.fCreationStatus), fIsMaster(FALSE) { } in CacheKeyBase()
91 mutable UBool fIsMaster; variable
Dunifiedcache.cpp405 theKey->fIsMaster = true; in _registerMaster()
476 return (!theKey->fIsMaster || (theValue->softRefCount == 1 && theValue->noHardReferences())); in _isEvictable()