Home
last modified time | relevance | path

Searched refs:ListRefPtr (Results 1 – 25 of 36) sorted by relevance

12

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/wtf/
H A DListRefPtr.h30 template <typename T> class ListRefPtr : public RefPtr<T> {
32 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
38 ~ListRefPtr();
40 ListRefPtr& operator=(T* optr) { RefPtr<T>::operator=(optr); return *this; }
41 ListRefPtr& operator=(const RefPtr<T>& o) { RefPtr<T>::operator=(o); return *this; }
54 ListRefPtr<T>::~ListRefPtr() in ~ListRefPtr()
61 template <typename T> inline T* getPtr(const ListRefPtr<T>& p) in getPtr()
[all …]
H A DForward.h27 template<typename T> class ListRefPtr; variable
46 using WTF::ListRefPtr;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/wtf/
H A DListRefPtr.h30 template <typename T> class ListRefPtr : public RefPtr<T> {
32 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
38 ~ListRefPtr();
40 ListRefPtr& operator=(T* optr) { RefPtr<T>::operator=(optr); return *this; }
41 ListRefPtr& operator=(const RefPtr<T>& o) { RefPtr<T>::operator=(o); return *this; }
54 ListRefPtr<T>::~ListRefPtr() in ~ListRefPtr()
61 template <typename T> inline T* getPtr(const ListRefPtr<T>& p) in getPtr()
[all …]
H A DForward.h27 template<typename T> class ListRefPtr; variable
36 using WTF::ListRefPtr;
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/wtf/
H A DListRefPtr.h30 template <typename T> class ListRefPtr : public RefPtr<T> {
32 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
38 ~ListRefPtr();
40 ListRefPtr& operator=(T* optr) { RefPtr<T>::operator=(optr); return *this; }
41 ListRefPtr& operator=(const RefPtr<T>& o) { RefPtr<T>::operator=(o); return *this; }
54 ListRefPtr<T>::~ListRefPtr() in ~ListRefPtr()
61 template <typename T> inline T* getPtr(const ListRefPtr<T>& p) in getPtr()
[all …]
H A DForward.h27 template<typename T> class ListRefPtr; variable
36 using WTF::ListRefPtr;
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/wtf/
H A DListRefPtr.h30 template <typename T> class ListRefPtr : public RefPtr<T> {
32 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
38 ~ListRefPtr();
40 ListRefPtr& operator=(T* optr) { RefPtr<T>::operator=(optr); return *this; }
41 ListRefPtr& operator=(const RefPtr<T>& o) { RefPtr<T>::operator=(o); return *this; }
54 ListRefPtr<T>::~ListRefPtr() in ~ListRefPtr()
61 template <typename T> inline T* getPtr(const ListRefPtr<T>& p) in getPtr()
[all …]
H A DForward.h27 template<typename T> class ListRefPtr; variable
36 using WTF::ListRefPtr;
/dports/www/kf5-kjs/kjs-5.89.0/src/wtf/
H A DListRefPtr.h32 template <typename T> class ListRefPtr : public RefPtr<T>
35 ListRefPtr() : RefPtr<T>() {} in ListRefPtr() function
36 ListRefPtr(T *ptr) : RefPtr<T>(ptr) {} in ListRefPtr() function
37 ListRefPtr(const RefPtr<T> &o) : RefPtr<T>(o) {} in ListRefPtr() function
41 ~ListRefPtr() in ~ListRefPtr()
49 ListRefPtr &operator=(T *optr)
54 ListRefPtr &operator=(const RefPtr<T> &o)
59 ListRefPtr &operator=(const PassRefPtr<T> &o)
64 template <typename U> ListRefPtr &operator=(const RefPtr<U> &o)
69 template <typename U> ListRefPtr &operator=(const PassRefPtr<U> &o)
[all …]
H A DForward.h28 template<typename T> class ListRefPtr; variable
36 using WTF::ListRefPtr;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/
H A DFontFamily.h54 ListRefPtr<SharedFontFamily> m_next;
/dports/www/kf5-kjs/kjs-5.89.0/src/kjs/
H A Dnodes.h179 static void recurseVisitLink(NodeVisitor *visitor, ListRefPtr<T> &link) in recurseVisitLink()
448 ListRefPtr<ElementNode> next;
530 ListRefPtr<PropertyListNode> next;
636 ListRefPtr<ArgumentListNode> next;
973 ListRefPtr<VarDeclListNode> next;
1255 ListRefPtr<ParameterNode> next;
1492 ListRefPtr<SourceElementsNode> next;
1546 ListRefPtr<ClauseListNode> next;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/
H A DJavaScriptCore.gypi383 'wtf/ListRefPtr.h',
H A DChangeLog-2007-10-146899 * wtf/ListRefPtr.h:
7706 * wtf/ListRefPtr.h: (WTF::getPtr): Added.
11125 * kxmlcore/ListRefPtr.h: Removed.
11172 * wtf/ListRefPtr.h:
11498 * kxmlcore/ListRefPtr.h:
14032 * kxmlcore/ListRefPtr.h:
14629 implement the releaseNext() function used by ~ListRefPtr<T>().
14691 * kxmlcore/ListRefPtr.h: Added.
14692 (KXMLCore::ListRefPtr::ListRefPtr):
14693 (KXMLCore::ListRefPtr::~ListRefPtr):
[all …]
H A DChangeLog8069 Don't inline ~ListRefPtr() to work around winscw compiler forward declaration
8077 * wtf/ListRefPtr.h:
8078 (WTF::::~ListRefPtr):
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/
H A DJavaScriptCore.gypi382 'wtf/ListRefPtr.h',
H A DChangeLog-2007-10-146899 * wtf/ListRefPtr.h:
7706 * wtf/ListRefPtr.h: (WTF::getPtr): Added.
11125 * kxmlcore/ListRefPtr.h: Removed.
11172 * wtf/ListRefPtr.h:
11498 * kxmlcore/ListRefPtr.h:
14032 * kxmlcore/ListRefPtr.h:
14629 implement the releaseNext() function used by ~ListRefPtr<T>().
14691 * kxmlcore/ListRefPtr.h: Added.
14692 (KXMLCore::ListRefPtr::ListRefPtr):
14693 (KXMLCore::ListRefPtr::~ListRefPtr):
[all …]
H A DChangeLog8083 Don't inline ~ListRefPtr() to work around winscw compiler forward declaration
8091 * wtf/ListRefPtr.h:
8092 (WTF::::~ListRefPtr):
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/
H A DJavaScriptCore.gypi382 'wtf/ListRefPtr.h',
H A DChangeLog-2007-10-146899 * wtf/ListRefPtr.h:
7706 * wtf/ListRefPtr.h: (WTF::getPtr): Added.
11125 * kxmlcore/ListRefPtr.h: Removed.
11172 * wtf/ListRefPtr.h:
11498 * kxmlcore/ListRefPtr.h:
14032 * kxmlcore/ListRefPtr.h:
14629 implement the releaseNext() function used by ~ListRefPtr<T>().
14691 * kxmlcore/ListRefPtr.h: Added.
14692 (KXMLCore::ListRefPtr::ListRefPtr):
14693 (KXMLCore::ListRefPtr::~ListRefPtr):
[all …]
H A DChangeLog8083 Don't inline ~ListRefPtr() to work around winscw compiler forward declaration
8091 * wtf/ListRefPtr.h:
8092 (WTF::::~ListRefPtr):
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/
H A DJavaScriptCore.gypi167 'wtf/ListRefPtr.h',
H A DGNUmakefile.list.am451 Source/JavaScriptCore/wtf/ListRefPtr.h \
H A DChangeLog-2007-10-146899 * wtf/ListRefPtr.h:
7706 * wtf/ListRefPtr.h: (WTF::getPtr): Added.
11125 * kxmlcore/ListRefPtr.h: Removed.
11172 * wtf/ListRefPtr.h:
11498 * kxmlcore/ListRefPtr.h:
14032 * kxmlcore/ListRefPtr.h:
14629 implement the releaseNext() function used by ~ListRefPtr<T>().
14691 * kxmlcore/ListRefPtr.h: Added.
14692 (KXMLCore::ListRefPtr::ListRefPtr):
14693 (KXMLCore::ListRefPtr::~ListRefPtr):
[all …]
H A DChangeLog-2010-05-2417268 Don't inline ~ListRefPtr() to work around winscw compiler forward declaration
17276 * wtf/ListRefPtr.h:
17277 (WTF::::~ListRefPtr):

12