HomeSort by relevance Sort by last modified time
    Searched refs:commentPool (Results 1 - 2 of 2) sorted by null

  /external/tinyxml2/
tinyxml2.cpp 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;
    [all...]
tinyxml2.h     [all...]

Completed in 4252 milliseconds