Loading libutils/include/utils/RefBase.h +0 −12 Original line number Original line Diff line number Diff line Loading @@ -188,9 +188,6 @@ // --------------------------------------------------------------------------- // --------------------------------------------------------------------------- namespace android { namespace android { class TextOutput; TextOutput& printWeakPointer(TextOutput& to, const void* val); // --------------------------------------------------------------------------- // --------------------------------------------------------------------------- #define COMPARE_WEAK(_op_) \ #define COMPARE_WEAK(_op_) \ Loading Loading @@ -459,9 +456,6 @@ private: weakref_type* m_refs; weakref_type* m_refs; }; }; template <typename T> TextOutput& operator<<(TextOutput& to, const wp<T>& val); #undef COMPARE_WEAK #undef COMPARE_WEAK // --------------------------------------------------------------------------- // --------------------------------------------------------------------------- Loading Loading @@ -635,12 +629,6 @@ void wp<T>::clear() } } } } template <typename T> inline TextOutput& operator<<(TextOutput& to, const wp<T>& val) { return printWeakPointer(to, val.unsafe_get()); } // --------------------------------------------------------------------------- // --------------------------------------------------------------------------- // this class just serves as a namespace so TYPE::moveReferences can stay // this class just serves as a namespace so TYPE::moveReferences can stay Loading Loading
libutils/include/utils/RefBase.h +0 −12 Original line number Original line Diff line number Diff line Loading @@ -188,9 +188,6 @@ // --------------------------------------------------------------------------- // --------------------------------------------------------------------------- namespace android { namespace android { class TextOutput; TextOutput& printWeakPointer(TextOutput& to, const void* val); // --------------------------------------------------------------------------- // --------------------------------------------------------------------------- #define COMPARE_WEAK(_op_) \ #define COMPARE_WEAK(_op_) \ Loading Loading @@ -459,9 +456,6 @@ private: weakref_type* m_refs; weakref_type* m_refs; }; }; template <typename T> TextOutput& operator<<(TextOutput& to, const wp<T>& val); #undef COMPARE_WEAK #undef COMPARE_WEAK // --------------------------------------------------------------------------- // --------------------------------------------------------------------------- Loading Loading @@ -635,12 +629,6 @@ void wp<T>::clear() } } } } template <typename T> inline TextOutput& operator<<(TextOutput& to, const wp<T>& val) { return printWeakPointer(to, val.unsafe_get()); } // --------------------------------------------------------------------------- // --------------------------------------------------------------------------- // this class just serves as a namespace so TYPE::moveReferences can stay // this class just serves as a namespace so TYPE::moveReferences can stay Loading