Home
last modified time | relevance | path

Searched refs:ErrorDesc (Results 1 - 3 of 3) sorted by relevance

/third_party/lame/ACM/tinyxml/
H A Dxmltest.cpp89 printf( "Error in %s: %s\n", doc.Value().c_str(), doc.ErrorDesc().c_str() ); in main()
100 printf( "Could not load test file 'demotest.xml'. Error='%s'. Exiting.\n", doc.ErrorDesc().c_str() ); in main()
H A Dtinyxml.h766 const std::string& ErrorDesc() const { return errorDesc; } in ErrorDesc() function in TiXmlDocument
768 /** Generally, you probably want the error string ( ErrorDesc() ). But if you
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.h1457 - The ErrorDesc() method will return the name of the error. (very useful)
1463 const char * ErrorDesc() const { return errorDesc.c_str (); } in ErrorDesc() function in TiXmlDocument
1465 /** Generally, you probably want the error string ( ErrorDesc() ). But if you

Completed in 6 milliseconds