Home
last modified time | relevance | path

Searched refs:_op_ (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/include/utils/
DRefBase.h34 #define COMPARE_WEAK(_op_) \ argument
35 inline bool operator _op_ (const sp<T>& o) const { \
36 return m_ptr _op_ o.m_ptr; \
38 inline bool operator _op_ (const T* o) const { \
39 return m_ptr _op_ o; \
42 inline bool operator _op_ (const sp<U>& o) const { \
43 return m_ptr _op_ o.m_ptr; \
46 inline bool operator _op_ (const U* o) const { \
47 return m_ptr _op_ o; \
50 #define COMPARE(_op_) \ argument
[all …]