Home
last modified time | relevance | path

Searched defs:ListRefPtr (Results 1 – 2 of 2) sorted by relevance

/external/webkit/JavaScriptCore/wtf/
DListRefPtr.h32 ListRefPtr() : RefPtr<T>() {} in ListRefPtr() function
33 ListRefPtr(T* ptr) : RefPtr<T>(ptr) {} in ListRefPtr() function
34 ListRefPtr(const RefPtr<T>& o) : RefPtr<T>(o) {} in ListRefPtr() function
36 template <typename U> ListRefPtr(const PassRefPtr<U>& o) : RefPtr<T>(o) {} in ListRefPtr() function
DForward.h27 template<typename T> class ListRefPtr; variable