Home | History | Annotate | Download | only in common

Lines Matching defs:SharedObject

6 * sharedobject.cpp
8 #include "sharedobject.h"
13 SharedObject::~SharedObject() {}
18 SharedObject::addRef(UBool fromWithinCache) const {
35 SharedObject::removeRef(UBool fromWithinCache) const {
54 SharedObject::addSoftRef() const {
60 SharedObject::removeSoftRef() const {
68 SharedObject::getRefCount() const {
73 SharedObject::getHardRefCount() const {
78 SharedObject::deleteIfZeroRefCount() const {