Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser/
H A Dtinyxml2.cpp51 MemPool* pool = node->memPool; \
58 MemPool* pool = attrib->memPool; \
515 returnNode->memPool = &commentPool; in Identify()
520 returnNode->memPool = &commentPool; in Identify()
526 returnNode->memPool = &textPool; in Identify()
532 returnNode->memPool = &commentPool; in Identify()
537 returnNode->memPool = &elementPool; in Identify()
542 returnNode->memPool = &textPool; in Identify()
1284 attrib->memPool = &document->attributePool; in FindOrCreateAttribute()
1332 attrib->memPool = &document->attributePool; in ParseAttributes()
[all …]
H A Dtinyxml2.h741 MemPool* memPool;
1016 MemPool* memPool; variable