OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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; */ }
150
bool operator==(const
LocalPointerBase
&other);
151
bool operator!=(const
LocalPointerBase
&other);
153
LocalPointerBase
(const
LocalPointerBase
&other);
154
void operator=(const
LocalPointerBase
&other);
165
* For most methods see the
LocalPointerBase
base class.
178
* @see
LocalPointerBase
[
all
...]
/external/icu4c/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 25 milliseconds