Searched refs:argCount (Results 1 – 2 of 2) 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 int argCount = 0; in hasSubstitutionErrors() local102 argCount++; in hasSubstitutionErrors()173 if (argCount > 1 && nonpositional) { in hasSubstitutionErrors()