Home | History | Annotate | Download | only in common

Lines Matching refs:SharedObject

8 * sharedobject.h
20 class SharedObject;
23 * Base class for unified cache exposing enough methods to SharedObject
25 * update cache metrics. No other part of ICU, except for SharedObject,
54 class U_COMMON_API SharedObject : public UObject {
57 SharedObject() :
63 SharedObject(const SharedObject &other) :
69 virtual ~SharedObject();
121 * T must be a subclass of SharedObject.
141 * T must be a subclass of SharedObject.
166 * the number of times that the sharedObject is stored as a hash table value.