Searched defs:static_pointer_cast (Results 1 – 5 of 5) sorted by relevance
196 … template<typename T, typename U> inline PassOwnPtr<T> static_pointer_cast(const PassOwnPtr<U>& p) in static_pointer_cast() function
205 template<typename T, typename U> inline PassOwnArrayPtr<T> static_pointer_cast(const PassOwnArrayPt… in static_pointer_cast() function
211 template<typename T, typename U> inline RefPtr<T> static_pointer_cast(const RefPtr<U>& p) in static_pointer_cast() function
283 … template<typename T, typename U> inline PassRefPtr<T> static_pointer_cast(const PassRefPtr<U>& p) in static_pointer_cast() function
182 template <typename T, typename U> inline GRefPtr<T> static_pointer_cast(const GRefPtr<U>& p) in static_pointer_cast() function