Home
last modified time | relevance | path

Searched refs:Func1 (Results 1 – 25 of 1301) sorted by relevance

12345678910>>...53

/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/include/cantera/numerics/
H A DFunc1.h50 Func1(const Func1& right);
52 Func1& operator=(const Func1& right);
120 Func1& newSumFunction(Func1& f1, Func1& f2);
121 Func1& newDiffFunction(Func1& f1, Func1& f2);
122 Func1& newProdFunction(Func1& f1, Func1& f2);
123 Func1& newRatioFunction(Func1& f1, Func1& f2);
124 Func1& newCompositeFunction(Func1& f1, Func1& f2);
364 Sum1(Func1& f1, Func1& f2) : in Sum1()
428 Diff1(Func1& f1, Func1& f2) { in Diff1()
488 Product1(Func1& f1, Func1& f2) : in Product1()
[all …]
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/src/numerics/
H A DFunc1.cpp14 Func1::Func1() : in Func1() function in Cantera::Func1
22 Func1::Func1(const Func1& right) : in Func1() function in Cantera::Func1
30 Func1& Func1::operator=(const Func1& right) in operator =()
42 Func1& Func1::duplicate() const in duplicate()
109 Func1& Func1::func1() const in func1()
114 Func1& Func1::func2() const in func2()
467 Func1& newSumFunction(Func1& f1, Func1& f2) in newSumFunction()
491 Func1& newDiffFunction(Func1& f1, Func1& f2) in newDiffFunction()
513 Func1& newProdFunction(Func1& f1, Func1& f2) in newProdFunction()
591 Func1& newRatioFunction(Func1& f1, Func1& f2) in newRatioFunction()
[all …]
/dports/net/nitroshare/nitroshare-desktop-0.3.4-642-g2046ccb/deps/qhttpengine/src/include/qhttpengine/
H A Dqobjecthandler.h119 template <typename Func1>
121 typename QtPrivate::FunctionPointer<Func1>::Object *receiver,
122 Func1 slot,
125 typedef QtPrivate::FunctionPointer<Func1> SlotType;
139 template <typename Func1>
141 registerMethod(const QString &name, Func1 slot, bool readAll = true) {
145 template <typename Func1>
148 !std::is_same<const char*, Func1>::value,
150 !QtPrivate::is_same<const char*, Func1>::value,
157 return registerMethod_functor(name, context, slot, &Func1::operator(), readAll);
[all …]
/dports/www/qhttpengine/qhttpengine-1.0.1-5-g43f55df/src/include/qhttpengine/
H A Dqobjecthandler.h119 template <typename Func1>
121 typename QtPrivate::FunctionPointer<Func1>::Object *receiver,
122 Func1 slot,
125 typedef QtPrivate::FunctionPointer<Func1> SlotType;
139 template <typename Func1>
141 registerMethod(const QString &name, Func1 slot, bool readAll = true) {
145 template <typename Func1>
148 !std::is_same<const char*, Func1>::value,
150 !QtPrivate::is_same<const char*, Func1>::value,
157 return registerMethod_functor(name, context, slot, &Func1::operator(), readAll);
[all …]
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/Renderer/
H A DGL.cpp60 Func1<void, GLenum> glEnable;
61 Func1<void, GLenum> glDisable;
62 Func1<void, GLbitfield> glClear;
68 Func1<void, GLenum> glShadeModel;
70 Func1<void, GLenum> glDepthFunc;
71 Func1<void, GLboolean> glDepthMask;
74 Func1<void, GLfloat> glLineWidth;
75 Func1<void, GLfloat> glPointSize;
77 Func1<void, GLenum> glFrontFace;
82 Func1<void, GLenum> glMatrixMode;
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqtimer.h107 template <typename Duration, typename Func1>
108 …(Duration interval, const typename QtPrivate::FunctionPointer<Func1>::Object *receiver, Func1 slot) in singleShot()
112 template <typename Duration, typename Func1>
114 Func1 slot) in singleShot()
116 typedef QtPrivate::FunctionPointer<Func1> SlotType; in singleShot()
126 template <typename Duration, typename Func1>
129 singleShot(Duration interval, Func1 slot) in singleShot()
133 template <typename Duration, typename Func1>
141 template <typename Duration, typename Func1>
148 template <typename Duration, typename Func1>
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqtimer.h107 template <typename Duration, typename Func1>
108 …(Duration interval, const typename QtPrivate::FunctionPointer<Func1>::Object *receiver, Func1 slot) in singleShot()
112 template <typename Duration, typename Func1>
114 Func1 slot) in singleShot()
116 typedef QtPrivate::FunctionPointer<Func1> SlotType; in singleShot()
126 template <typename Duration, typename Func1>
129 singleShot(Duration interval, Func1 slot) in singleShot()
133 template <typename Duration, typename Func1>
141 template <typename Duration, typename Func1>
148 template <typename Duration, typename Func1>
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqtimer.h107 template <typename Duration, typename Func1>
108 …(Duration interval, const typename QtPrivate::FunctionPointer<Func1>::Object *receiver, Func1 slot) in singleShot()
112 template <typename Duration, typename Func1>
114 Func1 slot) in singleShot()
116 typedef QtPrivate::FunctionPointer<Func1> SlotType; in singleShot()
126 template <typename Duration, typename Func1>
129 singleShot(Duration interval, Func1 slot) in singleShot()
133 template <typename Duration, typename Func1>
141 template <typename Duration, typename Func1>
148 template <typename Duration, typename Func1>
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqtimer.h107 template <typename Duration, typename Func1>
108 …(Duration interval, const typename QtPrivate::FunctionPointer<Func1>::Object *receiver, Func1 slot) in singleShot()
112 template <typename Duration, typename Func1>
114 Func1 slot) in singleShot()
116 typedef QtPrivate::FunctionPointer<Func1> SlotType; in singleShot()
126 template <typename Duration, typename Func1>
129 singleShot(Duration interval, Func1 slot) in singleShot()
133 template <typename Duration, typename Func1>
141 template <typename Duration, typename Func1>
148 template <typename Duration, typename Func1>
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqtimer.h107 template <typename Duration, typename Func1>
108 …(Duration interval, const typename QtPrivate::FunctionPointer<Func1>::Object *receiver, Func1 slot) in singleShot()
112 template <typename Duration, typename Func1>
114 Func1 slot) in singleShot()
116 typedef QtPrivate::FunctionPointer<Func1> SlotType; in singleShot()
126 template <typename Duration, typename Func1>
129 singleShot(Duration interval, Func1 slot) in singleShot()
133 template <typename Duration, typename Func1>
141 template <typename Duration, typename Func1>
148 template <typename Duration, typename Func1>
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqtimer.h107 template <typename Duration, typename Func1>
108 …(Duration interval, const typename QtPrivate::FunctionPointer<Func1>::Object *receiver, Func1 slot) in singleShot()
112 template <typename Duration, typename Func1>
114 Func1 slot) in singleShot()
116 typedef QtPrivate::FunctionPointer<Func1> SlotType; in singleShot()
126 template <typename Duration, typename Func1>
129 singleShot(Duration interval, Func1 slot) in singleShot()
133 template <typename Duration, typename Func1>
141 template <typename Duration, typename Func1>
148 template <typename Duration, typename Func1>
[all …]
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqtimer.h107 template <typename Duration, typename Func1>
108 …(Duration interval, const typename QtPrivate::FunctionPointer<Func1>::Object *receiver, Func1 slot) in singleShot()
112 template <typename Duration, typename Func1>
114 Func1 slot) in singleShot()
116 typedef QtPrivate::FunctionPointer<Func1> SlotType; in singleShot()
126 template <typename Duration, typename Func1>
129 singleShot(Duration interval, Func1 slot) in singleShot()
133 template <typename Duration, typename Func1>
141 template <typename Duration, typename Func1>
148 template <typename Duration, typename Func1>
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqtimer.h107 template <typename Duration, typename Func1>
108 …(Duration interval, const typename QtPrivate::FunctionPointer<Func1>::Object *receiver, Func1 slot) in singleShot()
112 template <typename Duration, typename Func1>
114 Func1 slot) in singleShot()
116 typedef QtPrivate::FunctionPointer<Func1> SlotType; in singleShot()
126 template <typename Duration, typename Func1>
129 singleShot(Duration interval, Func1 slot) in singleShot()
133 template <typename Duration, typename Func1>
141 template <typename Duration, typename Func1>
148 template <typename Duration, typename Func1>
[all …]
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqtimer.h107 template <typename Duration, typename Func1>
108 …(Duration interval, const typename QtPrivate::FunctionPointer<Func1>::Object *receiver, Func1 slot) in singleShot()
112 template <typename Duration, typename Func1>
114 Func1 slot) in singleShot()
116 typedef QtPrivate::FunctionPointer<Func1> SlotType; in singleShot()
126 template <typename Duration, typename Func1>
129 singleShot(Duration interval, Func1 slot) in singleShot()
133 template <typename Duration, typename Func1>
141 template <typename Duration, typename Func1>
148 template <typename Duration, typename Func1>
[all …]
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqtimer.h107 template <typename Duration, typename Func1>
108 …(Duration interval, const typename QtPrivate::FunctionPointer<Func1>::Object *receiver, Func1 slot) in singleShot()
112 template <typename Duration, typename Func1>
114 Func1 slot) in singleShot()
116 typedef QtPrivate::FunctionPointer<Func1> SlotType; in singleShot()
126 template <typename Duration, typename Func1>
129 singleShot(Duration interval, Func1 slot) in singleShot()
133 template <typename Duration, typename Func1>
141 template <typename Duration, typename Func1>
148 template <typename Duration, typename Func1>
[all …]
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqtimer.h107 template <typename Duration, typename Func1>
108 …(Duration interval, const typename QtPrivate::FunctionPointer<Func1>::Object *receiver, Func1 slot) in singleShot()
112 template <typename Duration, typename Func1>
114 Func1 slot) in singleShot()
116 typedef QtPrivate::FunctionPointer<Func1> SlotType; in singleShot()
126 template <typename Duration, typename Func1>
129 singleShot(Duration interval, Func1 slot) in singleShot()
133 template <typename Duration, typename Func1>
141 template <typename Duration, typename Func1>
148 template <typename Duration, typename Func1>
[all …]
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqtimer.h107 template <typename Duration, typename Func1>
108 …(Duration interval, const typename QtPrivate::FunctionPointer<Func1>::Object *receiver, Func1 slot) in singleShot()
112 template <typename Duration, typename Func1>
114 Func1 slot) in singleShot()
116 typedef QtPrivate::FunctionPointer<Func1> SlotType; in singleShot()
126 template <typename Duration, typename Func1>
129 singleShot(Duration interval, Func1 slot) in singleShot()
133 template <typename Duration, typename Func1>
141 template <typename Duration, typename Func1>
148 template <typename Duration, typename Func1>
[all …]
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqtimer.h107 template <typename Duration, typename Func1>
108 …(Duration interval, const typename QtPrivate::FunctionPointer<Func1>::Object *receiver, Func1 slot) in singleShot()
112 template <typename Duration, typename Func1>
114 Func1 slot) in singleShot()
116 typedef QtPrivate::FunctionPointer<Func1> SlotType; in singleShot()
126 template <typename Duration, typename Func1>
129 singleShot(Duration interval, Func1 slot) in singleShot()
133 template <typename Duration, typename Func1>
141 template <typename Duration, typename Func1>
148 template <typename Duration, typename Func1>
[all …]
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqtimer.h107 template <typename Duration, typename Func1>
108 …(Duration interval, const typename QtPrivate::FunctionPointer<Func1>::Object *receiver, Func1 slot) in singleShot()
112 template <typename Duration, typename Func1>
114 Func1 slot) in singleShot()
116 typedef QtPrivate::FunctionPointer<Func1> SlotType; in singleShot()
126 template <typename Duration, typename Func1>
129 singleShot(Duration interval, Func1 slot) in singleShot()
133 template <typename Duration, typename Func1>
141 template <typename Duration, typename Func1>
148 template <typename Duration, typename Func1>
[all …]
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqtimer.h107 template <typename Duration, typename Func1>
108 …(Duration interval, const typename QtPrivate::FunctionPointer<Func1>::Object *receiver, Func1 slot) in singleShot()
112 template <typename Duration, typename Func1>
114 Func1 slot) in singleShot()
116 typedef QtPrivate::FunctionPointer<Func1> SlotType; in singleShot()
126 template <typename Duration, typename Func1>
129 singleShot(Duration interval, Func1 slot) in singleShot()
133 template <typename Duration, typename Func1>
141 template <typename Duration, typename Func1>
148 template <typename Duration, typename Func1>
[all …]
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqtimer.h107 template <typename Duration, typename Func1>
108 …(Duration interval, const typename QtPrivate::FunctionPointer<Func1>::Object *receiver, Func1 slot) in singleShot()
112 template <typename Duration, typename Func1>
114 Func1 slot) in singleShot()
116 typedef QtPrivate::FunctionPointer<Func1> SlotType; in singleShot()
126 template <typename Duration, typename Func1>
129 singleShot(Duration interval, Func1 slot) in singleShot()
133 template <typename Duration, typename Func1>
141 template <typename Duration, typename Func1>
148 template <typename Duration, typename Func1>
[all …]
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqtimer.h107 template <typename Duration, typename Func1>
108 …(Duration interval, const typename QtPrivate::FunctionPointer<Func1>::Object *receiver, Func1 slot) in singleShot()
112 template <typename Duration, typename Func1>
114 Func1 slot) in singleShot()
116 typedef QtPrivate::FunctionPointer<Func1> SlotType; in singleShot()
126 template <typename Duration, typename Func1>
129 singleShot(Duration interval, Func1 slot) in singleShot()
133 template <typename Duration, typename Func1>
141 template <typename Duration, typename Func1>
148 template <typename Duration, typename Func1>
[all …]
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqtimer.h107 template <typename Duration, typename Func1>
108 …(Duration interval, const typename QtPrivate::FunctionPointer<Func1>::Object *receiver, Func1 slot) in singleShot()
112 template <typename Duration, typename Func1>
114 Func1 slot) in singleShot()
116 typedef QtPrivate::FunctionPointer<Func1> SlotType; in singleShot()
126 template <typename Duration, typename Func1>
129 singleShot(Duration interval, Func1 slot) in singleShot()
133 template <typename Duration, typename Func1>
141 template <typename Duration, typename Func1>
148 template <typename Duration, typename Func1>
[all …]
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqtimer.h107 template <typename Duration, typename Func1>
108 …(Duration interval, const typename QtPrivate::FunctionPointer<Func1>::Object *receiver, Func1 slot) in singleShot()
112 template <typename Duration, typename Func1>
114 Func1 slot) in singleShot()
116 typedef QtPrivate::FunctionPointer<Func1> SlotType; in singleShot()
126 template <typename Duration, typename Func1>
129 singleShot(Duration interval, Func1 slot) in singleShot()
133 template <typename Duration, typename Func1>
141 template <typename Duration, typename Func1>
148 template <typename Duration, typename Func1>
[all …]
/dports/graphics/luminance-qt5/luminance-hdr-2.6.1.1/src/Libpfs/utils/
H A Dchain.h28 template <typename Func1, typename Func2>
30 typedef Func1 F1;
33 Chain(const Func1 &func1, const Func2 &func2) in Chain()
49 Func1 func1_;
53 template <typename Func1, typename Func2>
54 Chain<Func1, Func2> chain(const Func1 &func1, const Func2 &func2) { in chain()
55 return Chain<Func1, Func2>(func1, func2); in chain()
58 template <typename Func1, typename Func2, typename Func3>
59 Chain<Func1, Chain<Func2, Func3>> chain(const Func1 &func1, const Func2 &func2, in chain()
61 return Chain<Func1, Chain<Func2, Func3>>(func1, in chain()

12345678910>>...53