Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser/
H A Dtinyxml2.cpp111 TIXMLASSERT( endTag && *endTag ); in ParseText()
205 TIXMLASSERT( q <= p ); in GetStr()
508 TIXMLASSERT( sizeof( XMLComment ) == sizeof( XMLUnknown ) ); // use same memory pool in Identify()
509 TIXMLASSERT( sizeof( XMLComment ) == sizeof( XMLDeclaration ) ); // use same memory pool in Identify()
608 TIXMLASSERT( child->parent == this ); in Unlink()
626 TIXMLASSERT( node->parent == this ); in DeleteChild()
634 TIXMLASSERT( firstChild ); in InsertEndChild()
635 TIXMLASSERT( lastChild->next == 0 ); in InsertEndChild()
643 TIXMLASSERT( firstChild == 0 ); in InsertEndChild()
657 TIXMLASSERT( lastChild ); in InsertFirstChild()
[all …]
H A 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
202 TIXMLASSERT( size >= count ); in PopArr()
210 TIXMLASSERT( i >= 0 && i < size );
214 TIXMLASSERT( i >= 0 && i < size );