Searched refs:getArgumentCount (Results 1 – 11 of 11) sorted by relevance
68 size_t CRequestMessage::getArgumentCount() const in getArgumentCount() function in CRequestMessage100 for (size_t argument = 0; argument < getArgumentCount(); argument++) { in fillDataToSend()134 for (size_t uiArgument = 0; uiArgument < getArgumentCount(); uiArgument++) { in getDataSize()
44 virtual size_t getArgumentCount() const = 0;
51 size_t getArgumentCount() const override;
83 if (remoteCommand.getArgumentCount() < _minArgumentCount) { in parse()
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()
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()
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
12864 virtual glw::GLuint getArgumentCount() const = 0;13101 virtual glw::GLuint getArgumentCount() const in getArgumentCount() function in gl4cts::FunctionObject::unaryBase13266 virtual glw::GLuint getArgumentCount() const in getArgumentCount() function in gl4cts::FunctionObject::binaryBase13389 virtual glw::GLuint getArgumentCount() const in getArgumentCount() function in gl4cts::FunctionObject::tenaryBase13646 const glw::GLuint n_args = getArgumentCount(); in getArgumentStride()14967 const glw::GLuint n_arguments = function_object.getArgumentCount(); in prepareArgument()14993 const glw::GLuint n_arguments = function_object.getArgumentCount(); in prepareComponents()15203 const glw::GLuint n_arguments = function_object.getArgumentCount(); in prepareVertexShaderCode()15351 const glw::GLuint n_arguments = function_object.getArgumentCount(); in testBegin()15574 for (glw::GLuint argument = 0; argument < function_object.getArgumentCount(); ++argument) in verifyResults()