Searched refs:_attributePool (Results 1 – 2 of 2) sorted by relevance
1886 TIXMLASSERT( sizeof( XMLAttribute ) == _document->_attributePool.ItemSize() ); in CreateAttribute()1887 XMLAttribute* attrib = new (_document->_attributePool.Alloc() ) XMLAttribute(); in CreateAttribute()1889 attrib->_memPool = &_document->_attributePool; in CreateAttribute()2019 _attributePool(), in XMLDocument()2067 _attributePool.Trace( "attribute" ); in Clear()2073 TIXMLASSERT( _attributePool.CurrentAllocs() == _attributePool.Untracked() ); in Clear()2308 _attributePool.Clear(); in Parse()
1890 MemPoolT< sizeof(XMLAttribute) > _attributePool; variable