Searched refs:ErrorId (Results 1 - 5 of 5) sorted by relevance

/external/tinyxml/
H A Dxmltest.cpp499 if ( doc.Error() && doc.ErrorId() == TiXmlBase::TIXML_ERROR_OPENING_FILE ) {
1005 XmlTest( "Empty document error TIXML_ERROR_DOCUMENT_EMPTY", TiXmlBase::TIXML_ERROR_DOCUMENT_EMPTY, doc.ErrorId() );
H A Dtinyxml.h1278 - The ErrorId() will contain the integer identifier of the error (not generally useful)
1288 prefer the ErrorId, this function will fetch it.
1290 int ErrorId() const { return errorId; } function in class:TiXmlDocument
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.h1456 - The ErrorId() will contain the integer identifier of the error (not generally useful)
1466 prefer the ErrorId, this function will fetch it.
1468 int ErrorId() const { return errorId; } function in class:TiXmlDocument
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.h1456 - The ErrorId() will contain the integer identifier of the error (not generally useful)
1466 prefer the ErrorId, this function will fetch it.
1468 int ErrorId() const { return errorId; } function in class:TiXmlDocument
/external/srec/tools/grxmlcompile/
H A Dgrxmlcompile.cpp217 std::cout << "Error: " << node.Error() << " id " << node.ErrorId() << " row " << node.ErrorRow() << " col " << node.ErrorCol() << std::endl;

Completed in 169 milliseconds