Home
last modified time | relevance | path

Searched defs:tcValue (Results 1 – 19 of 19) sorted by relevance

/dports/devel/codeworker/CodeWorker4_5_3/
H A DExternalValueNode.cpp36 const char* tcValue = getValue(); in getValueLength() local
42 const char* tcValue = getValue(); in getDoubleValue() local
48 const char* tcValue = getValue(); in getBooleanValue() local
53 const char* tcValue = getValue(); in getIntValue() local
H A DGrfSaveProject.cpp69 const char* tcValue = myNode.getValue(); in generateXMLFile() local
121 const char* tcValue = pReference->getValue(); in generateTextFile() local
128 const char* tcValue = myNode.getValue(); in generateTextFile() local
H A DCppParsingTree.cpp105 const char* tcValue = _pInternalNode->getValue(); in getBooleanValue() local
111 const char* tcValue = _pInternalNode->getValue(); in getIntValue() local
118 const char* tcValue = _pInternalNode->getValue(); in getDoubleValue() local
124 const char* tcValue = getValue(); in getStringValue() local
193 const char* tcValue = pValue.getValue(); in concatenateValue() local
380 CppParsingTree_value::CppParsingTree_value(const char* tcValue) { in CppParsingTree_value()
H A DDtaScriptVariable.cpp78 void onSetValue(const char* tcValue) { in onSetValue()
84 void onConcatValue(const char* tcValue) { in onConcatValue()
1006 void DtaScriptVariable::setValue(const char* tcValue) { in setValue()
1104 void DtaScriptVariable::concatValue(const char* tcValue) { in concatValue()
1315 const char* tcValue = variable.getValue(); in copyAll() local
1456 const char* tcValue = pNode->getValue(); in traceValue() local
1464 const char* tcValue = _value.var->getValue(); in traceValue() local
1472 const char* tcValue = _value.ext->getValue(); in traceValue() local
1502 const char* tcValue = pNode->getValue(); in traceObject() local
1528 const char* tcValue = (*k)->getValue(); in traceObject() local
[all …]
H A DGrfInsertAssignment.cpp48 const char* tcValue = pVariable->getValue(); in executeInternal() local
H A DGrfSetAssignment.cpp59 const char* tcValue = pVariable->getValue(); in executeInternal() local
H A DExprScriptExpression.h136 inline void setConstant(const char* tcValue, int iLength) { _sValue.assign(tcValue, iLength); } in setConstant()
H A DDynPackage.cpp67 inline Parameter2CW(const char* tcValue) : _bValue(true) { _param._tcValue = tcValue; } in Parameter2CW()
185 void pfSetValue(Tree* pNode, const char* tcValue) { in pfSetValue()
255 Tree* pfPushItem(Tree* pArray, const char* tcValue) { in pfPushItem()
260 Tree* pfInsertItem(Tree* pArray, const char* tcKey, const char* tcValue) { in pfInsertItem()
398 const char* tcValue = p.getValue(); in populateFunctionWithParameterExpression() local
H A DExprScriptExpression.cpp146 const char* tcValue = _pVariable->getValue(); in getValue() local
438 const char* tcValue = _pVariable->getValue(); in getValue() local
H A DExprScriptVariable.cpp50 const char* tcValue = pVariable->getValue(); in getValue() local
H A DGrfDebugExecution.cpp136 virtual void onSetValue(const char* tcValue) { onHasChanged(); } in onSetValue()
137 virtual void onConcatValue(const char* tcValue) { onHasChanged(); } in onConcatValue()
H A DCW4dl.h213 inline Parameter2CW(const char* tcValue) : _bValue(true) { _param._tcValue = tcValue; } in Parameter2CW()
453 inline void setValue(Tree* pTree, const char* tcValue) { _setValue(pTree, tcValue); } in setValue()
H A DHTTPRequest.cpp738 const char* tcValue = pValue->getValue(); in fillCurlSession() local
894 const char* tcValue = (*i)->getValue(); in get() local
930 const char* tcValue = (*i)->getValue(); in post() local
H A DScpStream.cpp1322 ScpStream& ScpStream::operator <<(const char* tcValue) { in operator <<()
H A DCGRuntime.cpp2945 const char* tcValue = (*i)->getValue(); in joinStrings() local
/dports/devel/codeworker/CodeWorker4_5_3/java/src/
H A DJNIParseTree.cpp36 const char* tcValue = pObjectInstance->getName(); in Java_org_codeworker_jni_ParseTree_getName() local
50 const char* tcValue = pObjectInstance->getValue(); in Java_org_codeworker_jni_ParseTree_getValue() local
64 const char* tcValue = pObjectInstance->getValue(); in Java_org_codeworker_jni_ParseTree_getStringValue() local
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar-jack/src/org/herac/tuxguitar/jack/sequencer/
H A DJackTickController.java76 double tcValue = tc[1]; in frameToTick() local
106 double tcValue = tc[1]; in tickToFrame() local
/dports/devel/codeworker/CodeWorker4_5_3/java/org/codeworker/
H A DScpStream.java1576 public org.codeworker.ScpStream writeOperator(char[] tcValue) { in writeOperator()
/dports/devel/codeworker/CodeWorker4_5_3/cs/src/
H A DDOTNET.cpp82 const char* tcValue = cppInstance_->getName(); in get_name() local
88 const char* tcValue = cppInstance_->getValue(); in get_text() local