Home
last modified time | relevance | path

Searched refs:NoncopyableCustomAllocated (Results 1 – 14 of 14) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/wtf/
H A DNoncopyable.h39 class NoncopyableCustomAllocated {
40 NoncopyableCustomAllocated(const NoncopyableCustomAllocated&);
41 NoncopyableCustomAllocated& operator=(const NoncopyableCustomAllocated&);
43 NoncopyableCustomAllocated() { } in NoncopyableCustomAllocated() function
44 ~NoncopyableCustomAllocated() { } in ~NoncopyableCustomAllocated()
50 using WTFNoncopyable::NoncopyableCustomAllocated;
H A DRefCounted.h118 …ass T> class RefCountedCustomAllocated : public RefCountedBase, public NoncopyableCustomAllocated {
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/wtf/
H A DNoncopyable.h39 class NoncopyableCustomAllocated {
40 NoncopyableCustomAllocated(const NoncopyableCustomAllocated&);
41 NoncopyableCustomAllocated& operator=(const NoncopyableCustomAllocated&);
43 NoncopyableCustomAllocated() { } in NoncopyableCustomAllocated() function
44 ~NoncopyableCustomAllocated() { } in ~NoncopyableCustomAllocated()
50 using WTFNoncopyable::NoncopyableCustomAllocated;
H A DRefCounted.h118 …ass T> class RefCountedCustomAllocated : public RefCountedBase, public NoncopyableCustomAllocated {
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/wtf/
H A DNoncopyable.h39 class NoncopyableCustomAllocated {
40 NoncopyableCustomAllocated(const NoncopyableCustomAllocated&);
41 NoncopyableCustomAllocated& operator=(const NoncopyableCustomAllocated&);
43 NoncopyableCustomAllocated() { } in NoncopyableCustomAllocated() function
44 ~NoncopyableCustomAllocated() { } in ~NoncopyableCustomAllocated()
50 using WTFNoncopyable::NoncopyableCustomAllocated;
H A DRefCounted.h118 …ass T> class RefCountedCustomAllocated : public RefCountedBase, public NoncopyableCustomAllocated {
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DJSCell.h35 class JSCell : public NoncopyableCustomAllocated {
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DJSCell.h35 class JSCell : public NoncopyableCustomAllocated {
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DJSCell.h35 class JSCell : public NoncopyableCustomAllocated {
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/
H A DChangeLog17439 Change JSCell's superclass to NoncopyableCustomAllocated
17443 inherited from FastAllocBase, NoncopyableCustomAllocated has
17520 Add NoncopyableCustomAllocated to Noncopyable.h.
17528 (WTFNoncopyable::NoncopyableCustomAllocated::NoncopyableCustomAllocated):
17529 (WTFNoncopyable::NoncopyableCustomAllocated::~NoncopyableCustomAllocated):
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/
H A DChangeLog17453 Change JSCell's superclass to NoncopyableCustomAllocated
17457 inherited from FastAllocBase, NoncopyableCustomAllocated has
17534 Add NoncopyableCustomAllocated to Noncopyable.h.
17542 (WTFNoncopyable::NoncopyableCustomAllocated::NoncopyableCustomAllocated):
17543 (WTFNoncopyable::NoncopyableCustomAllocated::~NoncopyableCustomAllocated):
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/
H A DChangeLog17453 Change JSCell's superclass to NoncopyableCustomAllocated
17457 inherited from FastAllocBase, NoncopyableCustomAllocated has
17534 Add NoncopyableCustomAllocated to Noncopyable.h.
17542 (WTFNoncopyable::NoncopyableCustomAllocated::NoncopyableCustomAllocated):
17543 (WTFNoncopyable::NoncopyableCustomAllocated::~NoncopyableCustomAllocated):
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/
H A DChangeLog-2010-05-2426638 Change JSCell's superclass to NoncopyableCustomAllocated
26642 inherited from FastAllocBase, NoncopyableCustomAllocated has
26719 Add NoncopyableCustomAllocated to Noncopyable.h.
26727 (WTFNoncopyable::NoncopyableCustomAllocated::NoncopyableCustomAllocated):
26728 (WTFNoncopyable::NoncopyableCustomAllocated::~NoncopyableCustomAllocated):
H A DChangeLog-2011-02-1613403 Add a WTF_MAKE_NONCOPYABLE macro and get rid of NoncopyableCustomAllocated.
13407 Don't inherit from NoncopyableCustomAllocated. Instead, use WTF_MAKE_NONCOPYABLE.