Home
last modified time | relevance | path

Searched refs:TIXML_ERROR_STRING_COUNT (Results 1 – 6 of 6) 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()
/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()