Home
last modified time | relevance | path

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

/external/sfntly/cpp/src/test/tinyxml/
Dtinyxmlerror.cpp34 const char* TiXmlBase::errorString[ TiXmlBase::TIXML_ERROR_STRING_COUNT ] =
Dtinyxml.h283 TIXML_ERROR_STRING_COUNT enumerator
371 static const char* errorString[ TIXML_ERROR_STRING_COUNT ];
Dtinyxmlparser.cpp804 assert( err > 0 && err < TIXML_ERROR_STRING_COUNT ); in SetError()