Lines Matching refs:commentPool
490 returnNode = new (commentPool.Alloc()) XMLDeclaration( this ); in Identify()
491 returnNode->memPool = &commentPool; in Identify()
495 returnNode = new (commentPool.Alloc()) XMLComment( this ); in Identify()
496 returnNode->memPool = &commentPool; in Identify()
507 returnNode = new (commentPool.Alloc()) XMLUnknown( this ); in Identify()
508 returnNode->memPool = &commentPool; in Identify()
1440 commentPool.Trace( "comment" ); in ~XMLDocument()
1446 TIXMLASSERT( commentPool.CurrentAllocs() == 0 ); in ~XMLDocument()
1474 XMLComment* comment = new (commentPool.Alloc()) XMLComment( this ); in NewComment()
1475 comment->memPool = &commentPool; in NewComment()
1492 XMLDeclaration* dec = new (commentPool.Alloc()) XMLDeclaration( this ); in NewDeclaration()
1493 dec->memPool = &commentPool; in NewDeclaration()
1501 XMLUnknown* unk = new (commentPool.Alloc()) XMLUnknown( this ); in NewUnknown()
1502 unk->memPool = &commentPool; in NewUnknown()