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

/external/webkit/JavaScriptCore/wtf/
H A DRefCounted.h30 // The RefCounted class inherits from it reducing the template bloat
104 template<class T> class RefCounted : public RefCountedBase, public Noncopyable { class in namespace:WTF
113 ~RefCounted()
134 using WTF::RefCounted;

Completed in 14 milliseconds