Lines Matching refs:actualIndex
342 const string& argsIndex, const string& actualIndex) const;
344 const string& argsIndex, const string& actualIndex) const;
346 const string& argsIndex, const string& actualIndex,
1684 const string& actualIndex) const { in writeJavaTestAndSetValid()
1685 writeJavaTestOneValue(file, indent, p, argsIndex, actualIndex); in writeJavaTestAndSetValid()
1691 const string& argsIndex, const string& actualIndex) const { in writeJavaTestOneValue()
1695 << actualIndex; in writeJavaTestOneValue()
1701 file << "args." << p.variableName << argsIndex << " != " << p.javaArrayName << actualIndex; in writeJavaTestOneValue()
1711 const string& argsIndex, const string& actualIndex, in writeJavaAppendOutputToMessage() argument
1724 const string actual = p.javaArrayName + actualIndex; in writeJavaAppendOutputToMessage()
1735 writeJavaTestOneValue(file, indent, p, argsIndex, actualIndex); in writeJavaAppendOutputToMessage()