Home
last modified time | relevance | path

Searched refs:attributePool (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser/
H A Dtinyxml2.cpp1283 attrib = new (document->attributePool.Alloc() ) XMLAttribute(); in FindOrCreateAttribute()
1284 attrib->memPool = &document->attributePool; in FindOrCreateAttribute()
1331 XMLAttribute* attrib = new (document->attributePool.Alloc() ) XMLAttribute(); in ParseAttributes()
1332 attrib->memPool = &document->attributePool; in ParseAttributes()
1478 attributePool.Trace( "attribute" ); in ~XMLDocument()
1484 TIXMLASSERT( attributePool.CurrentAllocs() == 0 ); in ~XMLDocument()
H A Dtinyxml2.h1476 MemPoolT< sizeof(XMLAttribute) > attributePool; variable