Searched defs:SetError (Results 1 - 1 of 1) sorted by relevance
/external/tinyxml/ |
H A D | tinyxmlparser.cpp | 629 SetError( TIXML_ERROR_PARSING_EMPTY, 0, 0, TIXML_ENCODING_UNKNOWN ); 641 SetError( TIXML_ERROR_EMBEDDED_NULL, 0, 0, TIXML_ENCODING_UNKNOWN ); 670 SetError( TIXML_ERROR, 0, 0, TIXML_ENCODING_UNKNOWN ); 676 SetError( TIXML_ERROR, 0, 0, TIXML_ENCODING_UNKNOWN ); 690 SetError( TIXML_ERROR_DOCUMENT_EMPTY, 0, 0, TIXML_ENCODING_UNKNOWN ); 727 SetError( TIXML_ERROR_DOCUMENT_EMPTY, 0, 0, TIXML_ENCODING_UNKNOWN ); 767 SetError( TIXML_ERROR_DOCUMENT_EMPTY, 0, 0, encoding ); 775 void TiXmlDocument::SetError( int err, const char* pError, TiXmlParsingData* data, TiXmlEncoding encoding ) function in class:TiXmlDocument 879 doc->SetError( TIXML_ERROR_OUT_OF_MEMORY, 0, 0, TIXML_ENCODING_UNKNOWN ); 897 document->SetError( TIXML_ERROR_EMBEDDED_NUL [all...] |
Completed in 11 milliseconds