Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/tinyutils/
Dsmartpointer.h30 #define COMPARE(_op_) \ argument
31 inline bool operator _op_ (const sp<T>& o) const { \
32 return m_ptr _op_ o.m_ptr; \
34 inline bool operator _op_ (const T* o) const { \
35 return m_ptr _op_ o; \
38 inline bool operator _op_ (const sp<U>& o) const { \
39 return m_ptr _op_ o.m_ptr; \
42 inline bool operator _op_ (const U* o) const { \
43 return m_ptr _op_ o; \