Home
last modified time | relevance | path

Searched defs:ExprScriptConstant (Results 1 – 2 of 2) sorted by relevance

/dports/devel/codeworker/CodeWorker4_5_3/
H A DExprScriptExpression.h128 ExprScriptConstant() {} in ExprScriptConstant() function
129 ExprScriptConstant(const char* sValue) : _sValue(sValue) {} in ExprScriptConstant() function
H A DExprScriptExpression.cpp209 ExprScriptConstant::ExprScriptConstant(bool bValue) { in ExprScriptConstant() function in CodeWorker::ExprScriptConstant
213 ExprScriptConstant::ExprScriptConstant(int iValue) { in ExprScriptConstant() function in CodeWorker::ExprScriptConstant
217 ExprScriptConstant::ExprScriptConstant(double dValue) { in ExprScriptConstant() function in CodeWorker::ExprScriptConstant