Home
last modified time | relevance | path

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

/external/tinyxml2/
Dtinyxml2.cpp1425 errorStr2( 0 ), in XMLDocument()
1455 errorStr2 = 0; in InitDocument()
1635 errorStr2 = str2; in SetError()
1649 if ( errorStr2 ) { in PrintError()
1650 TIXML_SNPRINTF( buf2, LEN, "%s", errorStr2 ); in PrintError()
Dtinyxml2.h1174 const char* GetErrorStr2() const { return errorStr2; } in GetErrorStr2()
1193 const char* errorStr2; variable