Searched refs:commentPool (Results 1 - 2 of 2) sorted by relevance

/external/tinyxml2/
H A Dtinyxml2.cpp490 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;
[all...]
H A Dtinyxml2.h1199 MemPoolT< sizeof(XMLComment) > commentPool; member in class:tinyxml2::XMLDocument

Completed in 176 milliseconds