Lines Matching refs:TIXMLASSERT
111 TIXMLASSERT( endTag && *endTag );
205 TIXMLASSERT( q <= p );
484 TIXMLASSERT( sizeof( XMLComment ) == sizeof( XMLUnknown ) ); // use same memory pool
485 TIXMLASSERT( sizeof( XMLComment ) == sizeof( XMLDeclaration ) ); // use same memory pool
584 TIXMLASSERT( child->parent == this );
602 TIXMLASSERT( node->parent == this );
610 TIXMLASSERT( firstChild );
611 TIXMLASSERT( lastChild->next == 0 );
619 TIXMLASSERT( firstChild == 0 );
633 TIXMLASSERT( lastChild );
634 TIXMLASSERT( firstChild->prev == 0 );
643 TIXMLASSERT( lastChild == 0 );
656 TIXMLASSERT( afterThis->parent == this );
1444 TIXMLASSERT( textPool.CurrentAllocs() == 0 );
1445 TIXMLASSERT( elementPool.CurrentAllocs() == 0 );
1446 TIXMLASSERT( commentPool.CurrentAllocs() == 0 );
1447 TIXMLASSERT( attributePool.CurrentAllocs() == 0 );
1673 TIXMLASSERT( entities[i].value < ENTITY_RANGE );
1800 TIXMLASSERT( elementJustOpened );