Home | History | Annotate | Download | only in common

Lines Matching refs:SharedObject

6 * sharedobject.h
19 * Base class for unified cache exposing enough methods to SharedObject
21 * update cache metrics. No other part of ICU, except for SharedObject,
60 class U_COMMON_API SharedObject : public UObject {
63 SharedObject() :
70 SharedObject(const SharedObject &other) :
77 virtual ~SharedObject();
177 * T must be a subclass of SharedObject.
197 * T must be a subclass of SharedObject.