Searched defs:unref (Results 1 - 13 of 13) sorted by path

/external/chromium_org/third_party/icu/source/common/
H A Dserv.cpp240 CacheEntry* unref() { function in class:CacheEntry
261 U_NAMESPACE_USE ((CacheEntry*)obj)->unref();
/external/chromium_org/third_party/icu/source/i18n/
H A Drbnf.cpp85 LocalizationInfo* unref(void) { function in class:LocalizationInfo
1501 if (localizations) localizations = localizations->unref();
/external/chromium_org/third_party/skia/include/core/
H A DSkRefCnt.h22 When an owner wants to release its reference, it calls unref(). When the
23 shared object's reference count goes to zero as the result of an unref()
63 /** Increment the reference count. Must be balanced by a call to unref().
74 void unref() const { function in class:SkRefCntBase
135 before unref(), in case the two pointers point to the same object.
140 if (dst) dst->unref(); \
162 /** Check if the argument is non-null, and if so, call obj->unref()
166 obj->unref();
172 obj->unref();
180 * Utility class that simply unref'
[all...]
H A DSkTypeface.h86 * Returns a ref() to the default typeface. The caller must call unref()
98 unref() when they are done.
110 unref() when they are done.
133 calling unref() when they are done with it.
244 void unref() { SkDELETE(this); } function in class:SkTypeface::LocalizedStrings
249 * It is the caller's responsibility to unref() the returned pointer.
/external/chromium_org/third_party/skia/include/gpu/
H A DGrGpuResource.h26 * 1) Normal ref (+ by ref(), - by unref()): These are used by code that is issuing draw calls
60 void unref() const { function in class:GrIORef
H A DGrProgramElement.h44 void unref() const { function in class:GrProgramElement
/external/chromium_org/third_party/skia/src/gpu/gl/debug/
H A DGrFakeRefObj.h42 void unref() { function in class:GrFakeRefObj
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_fd.cc62 static void unref(ThreadState *thr, uptr pc, FdSync *s) { function in namespace:__tsan
98 unref(thr, pc, d->sync);
102 unref(thr, pc, s);
106 unref(thr, pc, s);
193 unref(thr, pc, d->sync);
222 unref(thr, pc, s);
/external/icu/icu4c/source/common/
H A Dserv.cpp240 CacheEntry* unref() { function in class:CacheEntry
261 U_NAMESPACE_USE ((CacheEntry*)obj)->unref();
/external/icu/icu4c/source/i18n/
H A Drbnf.cpp88 LocalizationInfo* unref(void) { function in class:LocalizationInfo
1626 if (localizations) localizations = localizations->unref();
/external/skia/include/core/
H A DSkRefCnt.h22 When an owner wants to release its reference, it calls unref(). When the
23 shared object's reference count goes to zero as the result of an unref()
63 /** Increment the reference count. Must be balanced by a call to unref().
74 void unref() const { function in class:SkRefCntBase
136 before unref(), in case the two pointers point to the same object.
141 if (dst) dst->unref(); \
163 /** Check if the argument is non-null, and if so, call obj->unref()
167 obj->unref();
173 obj->unref();
181 * Utility class that simply unref'
[all...]
H A DSkTypeface.h86 * Returns a ref() to the default typeface. The caller must call unref()
98 unref() when they are done.
110 unref() when they are done.
133 calling unref() when they are done with it.
244 void unref() { SkDELETE(this); } function in class:SkTypeface::LocalizedStrings
249 * It is the caller's responsibility to unref() the returned pointer.
/external/skia/src/gpu/gl/debug/
H A DGrFakeRefObj.h42 void unref() { function in class:GrFakeRefObj

Completed in 430 milliseconds