Home
last modified time | relevance | path

Searched defs:TIXMLASSERT (Results 1 – 1 of 1) sorted by relevance

/external/tinyxml2/
Dtinyxml2.h49 … #define TIXMLASSERT( x ) if ( !(x)) { __debugbreak(); } //if ( !(x)) WinDebugBreak() macro
52 …#define TIXMLASSERT( x ) if ( !(x)) { __android_log_assert( "assert", "grinliz", "ASSERT… macro
55 #define TIXMLASSERT assert macro
58 #define TIXMLASSERT( x ) {} macro