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