Searched defs:LocalPointer (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dlocalpointer.h46 * "Smart pointer" base class; do not use directly: use LocalPointer etc.
58 * @see LocalPointer
169 * LocalPointer<UnicodeString> s(new UnicodeString((UChar32)0x50005));
182 class LocalPointer : public LocalPointerBase<T> { class in inherits:LocalPointerBase
189 explicit LocalPointer(T *p=NULL) : LocalPointerBase<T>(p) {} function in class:LocalPointer
194 ~LocalPointer() {
267 * like LocalPointer<Type> except that this subclass will use the closeFunction
283 * @see LocalPointer
/external/icu4c/common/unicode/
H A Dlocalpointer.h46 * "Smart pointer" base class; do not use directly: use LocalPointer etc.
58 * @see LocalPointer
173 * LocalPointer<UnicodeString> s(new UnicodeString((UChar32)0x50005));
186 class LocalPointer : public LocalPointerBase<T> { class in inherits:LocalPointerBase
193 explicit LocalPointer(T *p=NULL) : LocalPointerBase<T>(p) {} function in class:LocalPointer
198 ~LocalPointer() {
271 * like LocalPointer<Type> except that this subclass will use the closeFunction
287 * @see LocalPointer

Completed in 38 milliseconds