Searched defs:static_pointer_cast (Results 1 – 5 of 5) sorted by relevance
136 template<typename T, typename U> inline RawPtr<T> static_pointer_cast(const RawPtr<U>& p) in static_pointer_cast() function
132 … template<typename T, typename U> inline PassOwnPtr<T> static_pointer_cast(const PassOwnPtr<U>& p) in static_pointer_cast() function
192 … template<typename T, typename U> inline PassRefPtr<T> static_pointer_cast(const PassRefPtr<U>& p) in static_pointer_cast() function
197 template<typename T, typename U> inline RefPtr<T> static_pointer_cast(const RefPtr<U>& p) in static_pointer_cast() function
453 static_pointer_cast(const SharingPtr<U>& r) in static_pointer_cast() function