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

/external/srec/tools/grxmlcompile/
H A Dgrxmlcompile.cpp217 std::cout << "Error: " << node.Error() << " id " << node.ErrorId() << " row " << node.ErrorRow() << " col " << node.ErrorCol() << std::endl;
219 std::cout << "Error: near " << showline( filename.c_str(), node.ErrorRow()) << std::endl;
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.h1458 - The ErrorRow() and ErrorCol() will return the location of the error (if known)
1477 int ErrorRow() const { return errorLocation.row+1; } function in class:TiXmlDocument
1478 int ErrorCol() const { return errorLocation.col+1; } ///< The column where the error occured. See ErrorRow()
1480 /** SetTabSize() allows the error reporting functions (ErrorRow() and ErrorCol())
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.h1458 - The ErrorRow() and ErrorCol() will return the location of the error (if known)
1477 int ErrorRow() const { return errorLocation.row+1; } function in class:TiXmlDocument
1478 int ErrorCol() const { return errorLocation.col+1; } ///< The column where the error occured. See ErrorRow()
1480 /** SetTabSize() allows the error reporting functions (ErrorRow() and ErrorCol())
/external/tinyxml/
H A Dtinyxml.h1280 - The ErrorRow() and ErrorCol() will return the location of the error (if known)
1299 int ErrorRow() { return errorLocation.row+1; } function in class:TiXmlDocument
1300 int ErrorCol() { return errorLocation.col+1; } ///< The column where the error occured. See ErrorRow()
1302 /** SetTabSize() allows the error reporting functions (ErrorRow() and ErrorCol())
H A Dxmltest.cpp356 XmlTest( "Error row", doc.ErrorRow(), 3 );
358 //printf( "error=%d id='%s' row %d col%d\n", (int) doc.Error(), doc.ErrorDesc(), doc.ErrorRow()+1, doc.ErrorCol() + 1 );

Completed in 219 milliseconds