Home
last modified time | relevance | path

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

/external/tinyxml2/
Dtinyxml2.cpp51 MemPool* pool = node->memPool; \
58 MemPool* pool = attrib->memPool; \
491 returnNode->memPool = &commentPool; in Identify()
496 returnNode->memPool = &commentPool; in Identify()
502 returnNode->memPool = &textPool; in Identify()
508 returnNode->memPool = &commentPool; in Identify()
513 returnNode->memPool = &elementPool; in Identify()
518 returnNode->memPool = &textPool; in Identify()
1247 attrib->memPool = &document->attributePool; in FindOrCreateAttribute()
1295 attrib->memPool = &document->attributePool; in ParseAttributes()
[all …]
Dtinyxml2.h603 MemPool* memPool;
832 MemPool* memPool; variable