Home
last modified time | relevance | path

Searched refs:errorStr1 (Results 1 – 2 of 2) sorted by relevance

/external/tinyxml2/
Dtinyxml2.cpp1424 errorStr1( 0 ), in XMLDocument()
1454 errorStr1 = 0; in InitDocument()
1634 errorStr1 = str1; in SetError()
1646 if ( errorStr1 ) { in PrintError()
1647 TIXML_SNPRINTF( buf1, LEN, "%s", errorStr1 ); in PrintError()
Dtinyxml2.h1172 const char* GetErrorStr1() const { return errorStr1; } in GetErrorStr1()
1192 const char* errorStr1; variable