Searched refs:getArgumentCount (Results 1 – 10 of 10) sorted by relevance
67 uint32_t CRequestMessage::getArgumentCount() const in getArgumentCount() function in CRequestMessage115 for (uiArgument = 0; uiArgument < getArgumentCount(); uiArgument++) { in fillDataToSend()151 for (uiArgument = 0; uiArgument < getArgumentCount(); uiArgument++) { in getDataSize()
43 virtual uint32_t getArgumentCount() const = 0;
49 virtual uint32_t getArgumentCount() const;
91 if (remoteCommand.getArgumentCount() < _uiMinArgumentCount) { in parse()
303 uint32_t uiNbStates = remoteCommand.getArgumentCount() - 1; in createExclusiveSelectionCriterionFromStateList()335 uint32_t uiNbStates = remoteCommand.getArgumentCount() - 1; in createInclusiveSelectionCriterionFromStateList()467 uint32_t uiNbSubStates = remoteCommand.getArgumentCount() - 1; in setCriterionStateByLexicalSpace()
41 int getArgumentCount(); in getArgumentCount() method
113 public int getArgumentCount() { in getArgumentCount() method in InterpretedMacro
477 if (node.getArguments().size() != macro.getArgumentCount()) { in caseACallCommand()480 + macro.getArgumentCount() + ")"); in caseACallCommand()
1093 if (remoteCommand.getArgumentCount() > 1) { in listCriteriaCommandProcess()1101 if (remoteCommand.getArgumentCount() == 1) { in listCriteriaCommandProcess()1293 for (uiArgument = 2; uiArgument < remoteCommand.getArgumentCount(); uiArgument++) { in setElementSequenceCommandProcess()1314 remoteCommand.packArguments(2, remoteCommand.getArgumentCount() - 2), strResult) ? in setRuleCommandProcess()1468 string strValue = remoteCommand.packArguments(1, remoteCommand.getArgumentCount() - 1); in setParameterCommandProcess()1559 string strValue = remoteCommand.packArguments(3, remoteCommand.getArgumentCount() - 3); in setConfigurationParameterCommandProcess()1628 if (remoteCommand.getArgumentCount() > 1) { in importDomainWithSettingsXMLCommandProcess()1691 if (remoteCommand.getArgumentCount() > 1) { in setDomainWithSettingsXMLCommandProcess()
285 public int getArgumentCount() { in getArgumentCount() method in BaseCompiledTemplate.CompiledMacro