Home | History | Annotate | Download | only in memory

Lines Matching full:template

82 template <typename T> class SupportsWeakPtr;
83 template <typename T> class WeakPtr;
160 template<typename Derived>
170 // This template function uses type inference to find a Base of Derived
173 template <typename Derived, typename Base>
183 template <typename T> class WeakPtrFactory;
198 template <typename T>
206 template <typename U>
242 template <class U> bool operator==(WeakPtr<U> const&) const;
243 template <class U> bool operator!=(WeakPtr<U> const&) const;
246 template <typename U> friend class WeakPtr;
265 template <class T>
303 template <class T>
338 template <typename Derived>