Searched defs:removeRef (Results 1 - 8 of 8) sorted by relevance

/external/icu/icu4c/source/common/
H A Dsharedobject.cpp38 SharedObject::removeRef(UBool fromWithinCache) const { function in class:SharedObject
H A Dsharedobject.h22 * instances to allow their addRef() and removeRef() methods to
37 * Called by removeRef() when the hard reference count of its instance
59 * Either stack-allocate, use LocalPointer, or use addRef()/removeRef().
103 void removeRef() const { removeRef(FALSE); } function in class:SharedObject
110 void removeRefWhileHoldingCacheLock() const { removeRef(TRUE); }
187 p->removeRef();
204 if(dest != NULL) { dest->removeRef(); }
216 ptr->removeRef();
230 void removeRef(UBoo
[all...]
H A Dunistr.cpp127 UnicodeString::removeRef() { function in class:UnicodeString
138 if((fUnion.fFields.fLengthAndFlags & kRefCounted) && removeRef() == 0) {
/external/skia/src/gpu/
H A DGrGpuResourceRef.cpp116 void GrGpuResourceRef::removeRef() const { function in class:GrGpuResourceRef
230 void GrSurfaceProxyRef::removeRef() const { function in class:GrSurfaceProxyRef
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DSharedObject.java68 * s.removeRef();
82 * s.removeRef();
90 * Either use only Java memory management, or use addRef()/removeRef().
140 r.removeRef();
148 ref.removeRef();
185 public final void removeRef() { method in class:SharedObject
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DSharedObject.java67 * s.removeRef();
81 * s.removeRef();
89 * Either use only Java memory management, or use addRef()/removeRef().
138 r.removeRef();
146 ref.removeRef();
183 public final void removeRef() { method in class:SharedObject
/external/guice/lib/build/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/parsers/ META-INF/services/ ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 307 milliseconds