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

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

Completed in 120 milliseconds