HomeSort by relevance Sort by last modified time
    Searched defs:LocalPointerBase (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/common/unicode/
localpointer.h 64 class LocalPointerBase {
71 explicit LocalPointerBase(T *p=NULL) : ptr(p) {}
77 ~LocalPointerBase() { /* delete ptr; */ }
154 bool operator==(const LocalPointerBase &other);
155 bool operator!=(const LocalPointerBase &other);
157 LocalPointerBase(const LocalPointerBase &other);
158 void operator=(const LocalPointerBase &other);
169 * For most methods see the LocalPointerBase base class.
182 * @see LocalPointerBase
    [all...]
  /external/icu/icu4c/source/common/unicode/
localpointer.h 64 class LocalPointerBase {
71 explicit LocalPointerBase(T *p=NULL) : ptr(p) {}
77 ~LocalPointerBase() { /* delete ptr; */ }
154 bool operator==(const LocalPointerBase &other);
155 bool operator!=(const LocalPointerBase &other);
157 LocalPointerBase(const LocalPointerBase &other);
158 void operator=(const LocalPointerBase &other);
169 * For most methods see the LocalPointerBase base class.
182 * @see LocalPointerBase
    [all...]

Completed in 55 milliseconds