Searched refs:CacheKeyBase (Results 1 – 12 of 12) sorted by relevance
/third_party/node/deps/icu-small/source/common/ |
D | unifiedcache.h | 35 class U_COMMON_API CacheKeyBase : public UObject { 37 CacheKeyBase() : fCreationStatus(U_ZERO_ERROR), fIsPrimary(false) {} in CacheKeyBase() function 42 CacheKeyBase(const CacheKeyBase &other) in CacheKeyBase() function 44 virtual ~CacheKeyBase(); 54 virtual CacheKeyBase *clone() const = 0; 78 friend inline bool operator==(const CacheKeyBase& lhs, 79 const CacheKeyBase& rhs) { 83 friend inline bool operator!=(const CacheKeyBase& lhs, 84 const CacheKeyBase& rhs) { 89 virtual bool equals(const CacheKeyBase& other) const = 0; [all …]
|
D | unifiedcache.cpp | 50 const CacheKeyBase *ckey = (const CacheKeyBase *) key.pointer; in ucache_hashKeys() 56 const CacheKeyBase *p1 = (const CacheKeyBase *) key1.pointer; in ucache_compareKeys() 57 const CacheKeyBase *p2 = (const CacheKeyBase *) key2.pointer; in ucache_compareKeys() 63 CacheKeyBase *p = (CacheKeyBase *) obj; in ucache_deleteKey() 67 CacheKeyBase::~CacheKeyBase() { in ~CacheKeyBase() 202 const CacheKeyBase *key = in _dumpContents() 203 (const CacheKeyBase *) element->key.pointer; in _dumpContents() 300 const CacheKeyBase &key, in _putNew() 307 CacheKeyBase *keyToAdopt = key.clone(); in _putNew() 325 const CacheKeyBase &key, in _putIfAbsentAndGet() [all …]
|
/third_party/icu/icu4c/source/common/ |
D | unifiedcache.h | 35 class U_COMMON_API CacheKeyBase : public UObject { 37 CacheKeyBase() : fCreationStatus(U_ZERO_ERROR), fIsPrimary(false) {} in CacheKeyBase() function 42 CacheKeyBase(const CacheKeyBase &other) in CacheKeyBase() function 44 virtual ~CacheKeyBase(); 54 virtual CacheKeyBase *clone() const = 0; 59 virtual UBool operator == (const CacheKeyBase &other) const = 0; 86 UBool operator != (const CacheKeyBase &other) const { 102 class CacheKey : public CacheKeyBase { 126 virtual UBool operator == (const CacheKeyBase &other) const { 147 virtual UBool operator == (const CacheKeyBase &other) const { [all …]
|
D | unifiedcache.cpp | 50 const CacheKeyBase *ckey = (const CacheKeyBase *) key.pointer; in ucache_hashKeys() 56 const CacheKeyBase *p1 = (const CacheKeyBase *) key1.pointer; in ucache_compareKeys() 57 const CacheKeyBase *p2 = (const CacheKeyBase *) key2.pointer; in ucache_compareKeys() 63 CacheKeyBase *p = (CacheKeyBase *) obj; in ucache_deleteKey() 67 CacheKeyBase::~CacheKeyBase() { in ~CacheKeyBase() 202 const CacheKeyBase *key = in _dumpContents() 203 (const CacheKeyBase *) element->key.pointer; in _dumpContents() 300 const CacheKeyBase &key, in _putNew() 307 CacheKeyBase *keyToAdopt = key.clone(); in _putNew() 325 const CacheKeyBase &key, in _putIfAbsentAndGet() [all …]
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | unifiedcache.h | 35 class U_COMMON_API CacheKeyBase : public UObject { 37 CacheKeyBase() : fCreationStatus(U_ZERO_ERROR), fIsPrimary(false) {} in CacheKeyBase() function 42 CacheKeyBase(const CacheKeyBase &other) in CacheKeyBase() function 44 virtual ~CacheKeyBase(); 54 virtual CacheKeyBase *clone() const = 0; 59 virtual UBool operator == (const CacheKeyBase &other) const = 0; 86 UBool operator != (const CacheKeyBase &other) const { 102 class CacheKey : public CacheKeyBase { 126 virtual UBool operator == (const CacheKeyBase &other) const { 147 virtual UBool operator == (const CacheKeyBase &other) const { [all …]
|
D | unifiedcache.cpp | 50 const CacheKeyBase *ckey = (const CacheKeyBase *) key.pointer; in ucache_hashKeys() 56 const CacheKeyBase *p1 = (const CacheKeyBase *) key1.pointer; in ucache_compareKeys() 57 const CacheKeyBase *p2 = (const CacheKeyBase *) key2.pointer; in ucache_compareKeys() 63 CacheKeyBase *p = (CacheKeyBase *) obj; in ucache_deleteKey() 67 CacheKeyBase::~CacheKeyBase() { in ~CacheKeyBase() 202 const CacheKeyBase *key = in _dumpContents() 203 (const CacheKeyBase *) element->key.pointer; in _dumpContents() 300 const CacheKeyBase &key, in _putNew() 307 CacheKeyBase *keyToAdopt = key.clone(); in _putNew() 325 const CacheKeyBase &key, in _putIfAbsentAndGet() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | unifiedcache.h | 35 class U_COMMON_API CacheKeyBase : public UObject { 37 CacheKeyBase() : fCreationStatus(U_ZERO_ERROR), fIsMaster(FALSE) {} in CacheKeyBase() function 42 CacheKeyBase(const CacheKeyBase &other) in CacheKeyBase() function 44 virtual ~CacheKeyBase(); 54 virtual CacheKeyBase *clone() const = 0; 59 virtual UBool operator == (const CacheKeyBase &other) const = 0; 86 UBool operator != (const CacheKeyBase &other) const { 102 class CacheKey : public CacheKeyBase { 126 virtual UBool operator == (const CacheKeyBase &other) const { 147 virtual UBool operator == (const CacheKeyBase &other) const { [all …]
|
D | unifiedcache.cpp | 49 const CacheKeyBase *ckey = (const CacheKeyBase *) key.pointer; in ucache_hashKeys() 55 const CacheKeyBase *p1 = (const CacheKeyBase *) key1.pointer; in ucache_compareKeys() 56 const CacheKeyBase *p2 = (const CacheKeyBase *) key2.pointer; in ucache_compareKeys() 62 CacheKeyBase *p = (CacheKeyBase *) obj; in ucache_deleteKey() 66 CacheKeyBase::~CacheKeyBase() { in ~CacheKeyBase() 199 const CacheKeyBase *key = in _dumpContents() 200 (const CacheKeyBase *) element->key.pointer; in _dumpContents() 297 const CacheKeyBase &key, in _putNew() 304 CacheKeyBase *keyToAdopt = key.clone(); in _putNew() 322 const CacheKeyBase &key, in _putIfAbsentAndGet() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | datefmt.cpp | 85 virtual UBool operator==(const CacheKeyBase &other) const { in operator ==() 98 virtual CacheKeyBase *clone() const { in clone()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | datefmt.cpp | 72 virtual bool equals(const CacheKeyBase &other) const override { in equals() 96 virtual CacheKeyBase *clone() const override { in clone()
|
/third_party/icu/icu4c/source/i18n/ |
D | datefmt.cpp | 85 virtual UBool operator==(const CacheKeyBase &other) const { in operator ==() 98 virtual CacheKeyBase *clone() const { in clone()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | datefmt.cpp | 85 virtual UBool operator==(const CacheKeyBase &other) const { in operator ==() 98 virtual CacheKeyBase *clone() const { in clone()
|