Home | History | Annotate | Download | only in tinyxml2

Lines Matching refs:commentPool

490         returnNode = new (commentPool.Alloc()) XMLDeclaration( this );

491 returnNode->memPool = &commentPool;
495 returnNode = new (commentPool.Alloc()) XMLComment( this );
496 returnNode->memPool = &commentPool;
507 returnNode = new (commentPool.Alloc()) XMLUnknown( this );
508 returnNode->memPool = &commentPool;
1440 commentPool.Trace( "comment" );
1446 TIXMLASSERT( commentPool.CurrentAllocs() == 0 );
1474 XMLComment* comment = new (commentPool.Alloc()) XMLComment( this );
1475 comment->memPool = &commentPool;
1492 XMLDeclaration* dec = new (commentPool.Alloc()) XMLDeclaration( this );
1493 dec->memPool = &commentPool;
1501 XMLUnknown* unk = new (commentPool.Alloc()) XMLUnknown( this );
1502 unk->memPool = &commentPool;