Searched defs:static_pointer_cast (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DRawPtr.h136 template<typename T, typename U> inline RawPtr<T> static_pointer_cast(const RawPtr<U>& p) function in namespace:WTF
H A DPassOwnPtr.h132 template<typename T, typename U> inline PassOwnPtr<T> static_pointer_cast(const PassOwnPtr<U>& p) function in namespace:WTF
148 using WTF::static_pointer_cast;
H A DPassRefPtr.h192 template<typename T, typename U> inline PassRefPtr<T> static_pointer_cast(const PassRefPtr<U>& p) function in namespace:WTF
206 using WTF::static_pointer_cast;
H A DRefPtr.h197 template<typename T, typename U> inline RefPtr<T> static_pointer_cast(const RefPtr<U>& p) function in namespace:WTF
222 using WTF::static_pointer_cast;
/external/lldb/include/lldb/Utility/
H A DSharingPtr.h453 static_pointer_cast(const SharingPtr<U>& r) function in namespace:lldb_private

Completed in 297 milliseconds