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

/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.h1477 int ErrorRow() const { return errorLocation.row+1; }
1478 int ErrorCol() const { return errorLocation.col+1; } ///< The column where the error occured. See ErrorRow()
1514 errorLocation.row = errorLocation.col = 0;
1515 //errorLocation.last = 0;
1530 void SetError( int err, const char* errorLocation, TiXmlParsingData* prevData, TiXmlEncoding encoding );
1553 TiXmlCursor errorLocation; member in class:TiXmlDocument
H A Dtinyxml.cpp1123 target->errorLocation = errorLocation;
H A Dtinyxmlparser.cpp809 errorLocation.Clear();
813 errorLocation = data->Cursor();
/external/tinyxml/
H A Dtinyxml.h1299 int ErrorRow() { return errorLocation.row+1; }
1300 int ErrorCol() { return errorLocation.col+1; } ///< The column where the error occured. See ErrorRow()
1336 errorLocation.row = errorLocation.col = 0;
1337 //errorLocation.last = 0;
1346 void SetError( int err, const char* errorLocation, TiXmlParsingData* prevData, TiXmlEncoding encoding );
1363 TiXmlCursor errorLocation; member in class:TiXmlDocument
H A Dtinyxmlparser.cpp786 errorLocation.Clear();
790 errorLocation = data->Cursor();

Completed in 1207 milliseconds