Searched refs:fCreationStatus (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | unifiedcache.h | 37 CacheKeyBase() : fCreationStatus(U_ZERO_ERROR), fIsPrimary(false) {} in CacheKeyBase() 43 : UObject(other), fCreationStatus(other.fCreationStatus), fIsPrimary(false) { } in CacheKeyBase() 90 mutable UErrorCode fCreationStatus; member in CacheKeyBase
|
H A D | unifiedcache.cpp | 312 keyToAdopt->fCreationStatus = creationStatus; in _putNew() 421 theKey->fCreationStatus = status; in _put() 441 status = theKey->fCreationStatus; in _fetch() 473 if (_inProgress(theValue, theKey->fCreationStatus)) { in _isEvictable()
|
/third_party/icu/icu4c/source/common/ |
H A D | unifiedcache.h | 37 CacheKeyBase() : fCreationStatus(U_ZERO_ERROR), fIsPrimary(false) {} in CacheKeyBase() 43 : UObject(other), fCreationStatus(other.fCreationStatus), fIsPrimary(false) { } in CacheKeyBase() 92 mutable UErrorCode fCreationStatus; member in CacheKeyBase
|
H A D | unifiedcache.cpp | 312 keyToAdopt->fCreationStatus = creationStatus; in _putNew() 421 theKey->fCreationStatus = status; in _put() 441 status = theKey->fCreationStatus; in _fetch() 473 if (_inProgress(theValue, theKey->fCreationStatus)) { in _isEvictable()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | unifiedcache.h | 37 CacheKeyBase() : fCreationStatus(U_ZERO_ERROR), fIsPrimary(false) {} in CacheKeyBase() 43 : UObject(other), fCreationStatus(other.fCreationStatus), fIsPrimary(false) { } in CacheKeyBase() 92 mutable UErrorCode fCreationStatus; member in CacheKeyBase
|
H A D | unifiedcache.cpp | 312 keyToAdopt->fCreationStatus = creationStatus; in _putNew() 421 theKey->fCreationStatus = status; in _put() 441 status = theKey->fCreationStatus; in _fetch() 473 if (_inProgress(theValue, theKey->fCreationStatus)) { in _isEvictable()
|
Completed in 6 milliseconds