Home | History | Annotate | Download | only in common

Lines Matching refs:CacheKeyBase

33 class U_COMMON_API CacheKeyBase : public UObject {
35 CacheKeyBase() : fCreationStatus(U_ZERO_ERROR), fIsMaster(FALSE) {}
40 CacheKeyBase(const CacheKeyBase &other)
42 virtual ~CacheKeyBase();
52 virtual CacheKeyBase *clone() const = 0;
57 virtual UBool operator == (const CacheKeyBase &other) const = 0;
84 UBool operator != (const CacheKeyBase &other) const {
96 * Templated version of CacheKeyBase.
100 class CacheKey : public CacheKeyBase {
124 virtual UBool operator == (const CacheKeyBase &other) const {
145 virtual UBool operator == (const CacheKeyBase &other) const {
159 virtual CacheKeyBase *clone() const {
357 const CacheKeyBase &key,
362 const CacheKeyBase &key,
366 const CacheKeyBase &key,
371 const CacheKeyBase &key,
378 const CacheKeyBase *theKey, const SharedObject *value) const;