HomeSort by relevance Sort by last modified time
    Searched defs:static_pointer_cast (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/wtf/
PassOwnPtr.h 132 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;
PassRefPtr.h 192 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;
RawPtr.h 136 template<typename T, typename U> inline RawPtr<T> static_pointer_cast(const RawPtr<U>& p) function in namespace:WTF
RefPtr.h 197 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/
SharingPtr.h 453 static_pointer_cast(const SharingPtr<U>& r) function in namespace:lldb_private

Completed in 938 milliseconds