Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser/
H A Dtinyxml2.cpp477 XMLNode* returnNode = 0; in Identify() local
514 returnNode = new (commentPool.Alloc()) XMLDeclaration( this ); in Identify()
515 returnNode->memPool = &commentPool; in Identify()
519 returnNode = new (commentPool.Alloc()) XMLComment( this ); in Identify()
520 returnNode->memPool = &commentPool; in Identify()
525 returnNode = text; in Identify()
526 returnNode->memPool = &textPool; in Identify()
531 returnNode = new (commentPool.Alloc()) XMLUnknown( this ); in Identify()
532 returnNode->memPool = &commentPool; in Identify()
536 returnNode = new (elementPool.Alloc()) XMLElement( this ); in Identify()
[all …]