Searched refs:argCount (Results 1 – 3 of 3) sorted by relevance
141 const size_t argCount = longArgs.size(); in toJson() local142 for (size_t i = 0; i < argCount; i++) { in toJson()156 const size_t argCount = stringArgs.size(); in toJson() local157 for (size_t i = 0; i < argCount; i++) { in toJson()
87 final int argCount = lambdaExpr.getCallbackExprModel().getArgCount(); in resolveCallbackParams() local88 if (argCount != 0 && argCount != method.getParameterTypes().length) { in resolveCallbackParams()90 method.getName(), method.getParameterTypes().length, argCount); in resolveCallbackParams()
108 int argCount = 0; in hasSubstitutionErrors() local123 argCount++; in hasSubstitutionErrors()194 if (argCount > 1 && nonpositional) { in hasSubstitutionErrors()