Searched refs:fullMessage (Results 1 – 3 of 3) sorted by relevance
52 SkString fullMessage = f.message; in reportFailedWithContext() local54 fullMessage.append(" ["); in reportFailedWithContext()57 fullMessage.append(", "); in reportFailedWithContext()59 fullMessage.append(fContextStack[i]); in reportFailedWithContext()61 fullMessage.append("]"); in reportFailedWithContext()63 this->reportFailed(skiatest::Failure(f.fileName, f.lineNo, f.condition, fullMessage)); in reportFailedWithContext()
181 UnicodeString fullMessage("line "); in showFailure() local182 dataerrln(fullMessage.append(lineStr).append(": ") in showFailure()