Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser/
H A Dtinyxml2.cpp524 XMLText* text = new (textPool.Alloc()) XMLText( this ); in Identify()
526 returnNode->memPool = &textPool; in Identify()
541 returnNode = new (textPool.Alloc()) XMLText( this ); in Identify()
542 returnNode->memPool = &textPool; in Identify()
1475 textPool.Trace( "text" ); in ~XMLDocument()
1481 TIXMLASSERT( textPool.CurrentAllocs() == 0 ); in ~XMLDocument()
1520 XMLText* text = new (textPool.Alloc()) XMLText( this ); in NewText()
1521 text->memPool = &textPool; in NewText()
H A Dtinyxml2.h1477 MemPoolT< sizeof(XMLText) > textPool; variable