Searched refs:TIXML_ERROR_STRING_COUNT (Results 1 – 3 of 3) sorted by relevance
34 const char* TiXmlBase::errorString[ TiXmlBase::TIXML_ERROR_STRING_COUNT ] =
283 TIXML_ERROR_STRING_COUNT enumerator371 static const char* errorString[ TIXML_ERROR_STRING_COUNT ];
804 assert( err > 0 && err < TIXML_ERROR_STRING_COUNT ); in SetError()