Searched defs:errorString (Results 1 – 13 of 13) sorted by relevance
34 const char* TiXmlBase::errorString[ TiXmlBase::TIXML_ERROR_STRING_COUNT ] = member in TiXmlBase
371 static const char* errorString[ TIXML_ERROR_STRING_COUNT ]; variable
30 const errorString = `Error: Command failed: ${process.execPath}`; constant
46 let errorString; variable
122 final String errorString = in testParsePartial() local
121 final String errorString = "Should throw exceptions when the parsed message isn't initialized."; in assertParsePartial() local
16 …const errorString = errors.map(e => ` ${e.file ? e.file.fileName : "[global]"}: ${e.messageText… constant
325 std::string errorString = errorStream.str(); in getEGLError() local
173 const XML_LChar* errorString = XML_ErrorString(error); in parse() local
533 const XML_LChar* errorString = XML_ErrorString(error); in parse_config_file() local
692 const XML_LChar* errorString = XML_ErrorString(error); in parse_config_file() local
135 bool FunctionsGLX::initialize(Display *xDisplay, int screen, std::string *errorString) in initialize()
122 let errorString; variable