Home
last modified time | relevance | path

Searched defs:setCommentBegin (Results 1 – 5 of 5) sorted by relevance

/dports/devel/codeworker/CodeWorker4_5_3/
H A DGrfSetCommentBegin.h40 …inline void setCommentBegin(ExprScriptExpression* pCommentBegin) { _pCommentBegin = pCommentBegin;… in setCommentBegin() function
H A DDtaProject.h123 inline void setCommentBegin(const std::string& sCommentBegin) { _sCommentBegin = sCommentBegin; } in setCommentBegin() function
H A DCGRuntime.cpp1192 SEQUENCE_INTERRUPTION_LIST CGRuntime::setCommentBegin(const std::string& sCommentBegin) { in setCommentBegin() function in CodeWorker::CGRuntime
/dports/devel/codeworker/CodeWorker4_5_3/java/org/codeworker/jni/
H A DRuntime.java58 public static native void setCommentBegin(java.lang.String sCommentBegin); in setCommentBegin() method in Runtime
/dports/devel/codeworker/CodeWorker4_5_3/cs/src/
H A DDOTNET.cpp707 void Runtime::setCommentBegin(System::String* hCommentBegin) { in setCommentBegin() function in CodeWorker::Runtime