Home
last modified time | relevance | path

Searched refs:TIXML_ERROR_STRING_COUNT (Results 1 – 3 of 3) sorted by relevance

/external/tinyxml/
Dtinyxmlerror.cpp34 const char* TiXmlBase::errorString[ TIXML_ERROR_STRING_COUNT ] =
Dtinyxml.h231 TIXML_ERROR_STRING_COUNT enumerator
330 static const char* errorString[ TIXML_ERROR_STRING_COUNT ];
Dtinyxmlparser.cpp781 assert( err > 0 && err < TIXML_ERROR_STRING_COUNT ); in SetError()