Searched refs:fErrorText (Results 1 – 4 of 4) sorted by relevance
352 printf("Unexpected errors: %s\n", this->fErrorText.c_str()); in loadModule()353 SkDEBUGFAILF("%s %s\n", data.fPath, this->fErrorText.c_str()); in loadModule()470 fErrorText = ""; in convertProgram()904 fErrorTextLength.push_back(fErrorText.length()); in error()905 fErrorText += "error: " + (pos.fLine >= 1 ? to_string(pos.fLine) + ": " : "") + msg + "\n"; in error()910 fErrorText.resize(fErrorTextLength[c]); in setErrorCount()921 String result = fErrorText; in errorText()922 fErrorText = ""; in errorText()928 fErrorText += to_string(fErrorCount) + " error"; in writeErrorCount()930 fErrorText += "s"; in writeErrorCount()[all …]
239 String fErrorText; variable
225 printf("Unexpected errors: %s\n", fErrorText.c_str()); in Compiler()1236 fErrorText = ""; in convertProgram()1537 fErrorText += "error: " + to_string(pos.fLine) + ": " + msg.c_str() + "\n"; in error()1543 String result = fErrorText; in errorText()1549 fErrorText += to_string(fErrorCount) + " error"; in writeErrorCount()1551 fErrorText += "s"; in writeErrorCount()1553 fErrorText += "\n"; in writeErrorCount()
185 String fErrorText; variable