Home
last modified time | relevance | path

Searched refs:Parameter2CW (Results 1 – 3 of 3) sorted by relevance

/dports/devel/codeworker/CodeWorker4_5_3/
H A DCW4dl.h203 class Parameter2CW {
213 inline Parameter2CW(const char* tcValue) : _bValue(true) { _param._tcValue = tcValue; } in Parameter2CW() function
214 inline Parameter2CW(Tree* pNode) : _bValue(false) { _param._pNode = pNode; } in Parameter2CW() function
260 typedef const char* (*CALL_FUNCTION1)(Interpreter* pInterpreter, Function*, Parameter2CW);
261 …ef const char* (*CALL_FUNCTION2)(Interpreter* pInterpreter, Function*, Parameter2CW, Parameter2CW);
262 … (*CALL_FUNCTION3)(Interpreter* pInterpreter, Function*, Parameter2CW, Parameter2CW, Parameter2CW);
263 …FUNCTION4)(Interpreter* pInterpreter, Function*, Parameter2CW, Parameter2CW, Parameter2CW, Paramet…
624 …inline const char* callFunction(Function* pfFunction, Parameter2CW p1) { return _callFunction1(thi… in callFunction()
625 …inline const char* callFunction(Function* pfFunction, Parameter2CW p1, Parameter2CW p2) { return _… in callFunction()
626 …nline const char* callFunction(Function* pfFunction, Parameter2CW p1, Parameter2CW p2, Parameter2C… in callFunction()
[all …]
H A DDynPackage.cpp57 class Parameter2CW { class
68 inline Parameter2CW(Tree* pNode) : _bValue(false) { _param._pNode = pNode; } in Parameter2CW() function in CodeWorker::Parameter2CW
117 …ef const char* (*CALL_FUNCTION2)(Interpreter* pInterpreter, Function*, Parameter2CW, Parameter2CW);
118 … (*CALL_FUNCTION3)(Interpreter* pInterpreter, Function*, Parameter2CW, Parameter2CW, Parameter2CW);
119 …FUNCTION4)(Interpreter* pInterpreter, Function*, Parameter2CW, Parameter2CW, Parameter2CW, Paramet…
270 … pfCallFunction2(Interpreter* pInterpreter, Function* pFunction, Parameter2CW p1, Parameter2CW p2);
271 …ion3(Interpreter* pInterpreter, Function* pFunction, Parameter2CW p1, Parameter2CW p2, Parameter2C…
272 …erpreter* pInterpreter, Function* pFunction, Parameter2CW p1, Parameter2CW p2, Parameter2CW p3, Pa…
432 …pfCallFunction2(Interpreter* pInterpreter, Function* pFunction, Parameter2CW p1, Parameter2CW p2) { in pfCallFunction2()
448 …ion3(Interpreter* pInterpreter, Function* pFunction, Parameter2CW p1, Parameter2CW p2, Parameter2C… in pfCallFunction3()
[all …]
/dports/devel/codeworker/CodeWorker4_5_3/Generation/
H A DCW4dl.h_199 /** class 'Parameter2CW'
203 class Parameter2CW {
213 inline Parameter2CW(const char* tcValue) : _bValue(true) { _param._tcValue = tcValue; }
214 inline Parameter2CW(Tree* pNode) : _bValue(false) { _param._pNode = pNode; }
260 typedef const char* (*CALL_FUNCTION1)(Interpreter* pInterpreter, Function*, Parameter2CW);
261 …ef const char* (*CALL_FUNCTION2)(Interpreter* pInterpreter, Function*, Parameter2CW, Parameter2CW);
262 … (*CALL_FUNCTION3)(Interpreter* pInterpreter, Function*, Parameter2CW, Parameter2CW, Parameter2CW);
263 …FUNCTION4)(Interpreter* pInterpreter, Function*, Parameter2CW, Parameter2CW, Parameter2CW, Paramet…
625 …inline const char* callFunction(Function* pfFunction, Parameter2CW p1, Parameter2CW p2) { return _…
626 …nline const char* callFunction(Function* pfFunction, Parameter2CW p1, Parameter2CW p2, Parameter2C…
[all …]