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

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

Completed in 52 milliseconds