Lines Matching refs:argsIndex
342 const string& argsIndex, const string& actualIndex) const;
344 const string& argsIndex, const string& actualIndex) const;
346 const string& argsIndex, const string& actualIndex,
1683 const string& argsIndex, in writeJavaTestAndSetValid() argument
1685 writeJavaTestOneValue(file, indent, p, argsIndex, actualIndex); in writeJavaTestAndSetValid()
1691 const string& argsIndex, const string& actualIndex) const { in writeJavaTestOneValue() argument
1694 file << "!args." << p.variableName << argsIndex << ".couldBe(" << p.javaArrayName in writeJavaTestOneValue()
1701 file << "args." << p.variableName << argsIndex << " != " << p.javaArrayName << actualIndex; in writeJavaTestOneValue()
1704 file << " && !args." << mParams[mReturnIndex]->variableName << argsIndex << ".isNaN()"; in writeJavaTestOneValue()
1711 const string& argsIndex, const string& actualIndex, in writeJavaAppendOutputToMessage() argument
1714 const string actual = "args." + p.variableName + argsIndex; in writeJavaAppendOutputToMessage()
1723 const string expected = "args." + p.variableName + argsIndex; in writeJavaAppendOutputToMessage()
1735 writeJavaTestOneValue(file, indent, p, argsIndex, actualIndex); in writeJavaAppendOutputToMessage()