Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/icu/source/common/
Dunifiedcache.cpp407 const CacheKeyBase *theKey, const SharedObject *value) const { in _registerPrimary() argument
408 theKey->fIsPrimary = true; in _registerPrimary()
419 const CacheKeyBase *theKey = (const CacheKeyBase *) element->key.pointer; in _put() local
421 theKey->fCreationStatus = status; in _put()
423 _registerPrimary(theKey, value); in _put()
440 const CacheKeyBase *theKey = (const CacheKeyBase *) element->key.pointer; in _fetch() local
441 status = theKey->fCreationStatus; in _fetch()
468 const CacheKeyBase *theKey = (const CacheKeyBase *) element->key.pointer; in _isEvictable() local
473 if (_inProgress(theValue, theKey->fCreationStatus)) { in _isEvictable()
479 return (!theKey->fIsPrimary || (theValue->softRefCount == 1 && theValue->noHardReferences())); in _isEvictable()
Dunifiedcache.h476 void _registerPrimary(const CacheKeyBase *theKey, const SharedObject *value) const;
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dunifiedcache.cpp404 const CacheKeyBase *theKey, const SharedObject *value) const { in _registerMaster() argument
405 theKey->fIsMaster = true; in _registerMaster()
416 const CacheKeyBase *theKey = (const CacheKeyBase *) element->key.pointer; in _put() local
418 theKey->fCreationStatus = status; in _put()
420 _registerMaster(theKey, value); in _put()
437 const CacheKeyBase *theKey = (const CacheKeyBase *) element->key.pointer; in _fetch() local
438 status = theKey->fCreationStatus; in _fetch()
465 const CacheKeyBase *theKey = (const CacheKeyBase *) element->key.pointer; in _isEvictable() local
470 if (_inProgress(theValue, theKey->fCreationStatus)) { in _isEvictable()
476 return (!theKey->fIsMaster || (theValue->softRefCount == 1 && theValue->noHardReferences())); in _isEvictable()
Dunifiedcache.h476 void _registerMaster(const CacheKeyBase *theKey, const SharedObject *value) const;
/third_party/icu/icu4c/source/common/
Dunifiedcache.cpp407 const CacheKeyBase *theKey, const SharedObject *value) const { in _registerPrimary() argument
408 theKey->fIsPrimary = true; in _registerPrimary()
419 const CacheKeyBase *theKey = (const CacheKeyBase *) element->key.pointer; in _put() local
421 theKey->fCreationStatus = status; in _put()
423 _registerPrimary(theKey, value); in _put()
440 const CacheKeyBase *theKey = (const CacheKeyBase *) element->key.pointer; in _fetch() local
441 status = theKey->fCreationStatus; in _fetch()
468 const CacheKeyBase *theKey = (const CacheKeyBase *) element->key.pointer; in _isEvictable() local
473 if (_inProgress(theValue, theKey->fCreationStatus)) { in _isEvictable()
479 return (!theKey->fIsPrimary || (theValue->softRefCount == 1 && theValue->noHardReferences())); in _isEvictable()
Dunifiedcache.h476 void _registerPrimary(const CacheKeyBase *theKey, const SharedObject *value) const;
/third_party/node/deps/icu-small/source/common/
Dunifiedcache.cpp407 const CacheKeyBase *theKey, const SharedObject *value) const { in _registerPrimary() argument
408 theKey->fIsPrimary = true; in _registerPrimary()
419 const CacheKeyBase *theKey = (const CacheKeyBase *) element->key.pointer; in _put() local
421 theKey->fCreationStatus = status; in _put()
423 _registerPrimary(theKey, value); in _put()
440 const CacheKeyBase *theKey = (const CacheKeyBase *) element->key.pointer; in _fetch() local
441 status = theKey->fCreationStatus; in _fetch()
468 const CacheKeyBase *theKey = (const CacheKeyBase *) element->key.pointer; in _isEvictable() local
473 if (_inProgress(theValue, theKey->fCreationStatus)) { in _isEvictable()
479 return (!theKey->fIsPrimary || (theValue->softRefCount == 1 && theValue->noHardReferences())); in _isEvictable()
Dunifiedcache.h476 void _registerPrimary(const CacheKeyBase *theKey, const SharedObject *value) const;