Lines Matching refs:U
51 …template <typename U> JSRetainPtr(const JSRetainPtr<U>& o) : m_ptr(o.get()) { if (T ptr = m_ptr) J… in JSRetainPtr()
66 template <typename U> JSRetainPtr& operator=(const JSRetainPtr<U>&);
68 template <typename U> JSRetainPtr& operator=(U*);
90 template <typename T> template <typename U> inline JSRetainPtr<T>& JSRetainPtr<T>::operator=(const …
121 template <typename T> template <typename U> inline JSRetainPtr<T>& JSRetainPtr<T>::operator=(U* opt…
142 template <typename T, typename U> inline bool operator==(const JSRetainPtr<T>& a, const JSRetainPtr…
147 template <typename T, typename U> inline bool operator==(const JSRetainPtr<T>& a, U* b)
152 template <typename T, typename U> inline bool operator==(T* a, const JSRetainPtr<U>& b)
157 template <typename T, typename U> inline bool operator!=(const JSRetainPtr<T>& a, const JSRetainPtr…
162 template <typename T, typename U> inline bool operator!=(const JSRetainPtr<T>& a, U* b)
167 template <typename T, typename U> inline bool operator!=(T* a, const JSRetainPtr<U>& b)