Lines Matching refs:SharedObject
19 static icu::SharedObject *gNoValue = NULL;
71 gNoValue = new SharedObject(); in cacheInit()
155 const SharedObject *sharedObject = in _dumpContents()
156 (const SharedObject *) element->value.pointer; in _dumpContents()
199 const SharedObject *sharedObject = in _flush()
200 (const SharedObject *) element->value.pointer; in _flush()
216 const SharedObject *value, in _putNew()
245 const SharedObject *&value, in _putIfAbsentAndGet()
273 const SharedObject *&value, in _poll()
301 const SharedObject *&value, in _get()
308 SharedObject::clearPtr(value); in _get()
319 SharedObject::copyPtr(gNoValue, value); in _get()
323 SharedObject::clearPtr(value); in _get()
335 const SharedObject *value, in _put()
339 const SharedObject *oldValue = (const SharedObject *) element->value.pointer; in _put()
360 const SharedObject *&value, in _fetch()
364 SharedObject::copyPtr( in _fetch()
365 (const SharedObject *) element->value.pointer, value); in _fetch()
371 const SharedObject *value = NULL; in _inProgress()
375 SharedObject::clearPtr(value); in _inProgress()