Searched refs:getArgumentCount (Results 1 – 10 of 10) sorted by relevance
67 size_t CRequestMessage::getArgumentCount() const in getArgumentCount() function in CRequestMessage117 for (size_t argument = 0; argument < getArgumentCount(); argument++) { in fillDataToSend()151 for (size_t uiArgument = 0; uiArgument < getArgumentCount(); uiArgument++) { in getDataSize()
44 virtual size_t getArgumentCount() const = 0;
51 virtual size_t getArgumentCount() const;
83 if (remoteCommand.getArgumentCount() < _minArgumentCount) { in parse()
41 int getArgumentCount(); in getArgumentCount() method
263 size_t nbStates = remoteCommand.getArgumentCount() - 1; in createExclusiveSelectionCriterionFromStateList()291 size_t nbStates = remoteCommand.getArgumentCount() - 1; in createInclusiveSelectionCriterionFromStateList()401 size_t nbSubStates = remoteCommand.getArgumentCount() - 1; in setCriterionStateByLexicalSpace()
113 public int getArgumentCount() { in getArgumentCount() method in InterpretedMacro
477 if (node.getArguments().size() != macro.getArgumentCount()) { in caseACallCommand()480 + macro.getArgumentCount() + ")"); in caseACallCommand()
1061 if (remoteCommand.getArgumentCount() > 1) { in listCriteriaCommandProcess()1069 if (remoteCommand.getArgumentCount() == 1) { in listCriteriaCommandProcess()1300 for (size_t argument = 2; argument < remoteCommand.getArgumentCount(); argument++) { in setElementSequenceCommandProcess()1327 remoteCommand.packArguments(2, remoteCommand.getArgumentCount() - 2), in setRuleCommandProcess()1706 string strValue = remoteCommand.packArguments(1, remoteCommand.getArgumentCount() - 1); in setParameterCommandProcess()1803 string strValue = remoteCommand.packArguments(3, remoteCommand.getArgumentCount() - 3); in setConfigurationParameterCommandProcess()1875 if (remoteCommand.getArgumentCount() > 1) { in importDomainWithSettingsXMLCommandProcess()1925 if (remoteCommand.getArgumentCount() > 1) { in setDomainWithSettingsXMLCommandProcess()
285 public int getArgumentCount() { in getArgumentCount() method in BaseCompiledTemplate.CompiledMacro