Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser/
H A Dtinyxml2.cpp1481 TIXMLASSERT( textPool.CurrentAllocs() == 0 ); in ~XMLDocument()
1482 TIXMLASSERT( elementPool.CurrentAllocs() == 0 ); in ~XMLDocument()
1483 TIXMLASSERT( commentPool.CurrentAllocs() == 0 ); in ~XMLDocument()
1484 TIXMLASSERT( attributePool.CurrentAllocs() == 0 ); in ~XMLDocument()
H A Dtinyxml2.h284 int CurrentAllocs() const { in CurrentAllocs() function