Searched refs:_attributePool (Results 1 – 2 of 2) sorted by relevance
1880 TIXMLASSERT( sizeof( XMLAttribute ) == _document->_attributePool.ItemSize() ); in CreateAttribute()1881 XMLAttribute* attrib = new (_document->_attributePool.Alloc() ) XMLAttribute(); in CreateAttribute()1883 attrib->_memPool = &_document->_attributePool; in CreateAttribute()2015 _attributePool(), in XMLDocument()2063 _attributePool.Trace( "attribute" ); in Clear()2069 TIXMLASSERT( _attributePool.CurrentAllocs() == _attributePool.Untracked() ); in Clear()2304 _attributePool.Clear(); in Parse()
1898 MemPoolT< sizeof(XMLAttribute) > _attributePool; variable
Completed in 14 milliseconds