Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser/
H A Dtinyxml2.cpp792 if ( node->ToElement() && node->ToElement()->ClosingType() == XMLElement::CLOSING ) { in ParseDeep()
804 if ( endTag.Empty() && ele->ClosingType() == XMLElement::OPEN ) { in ParseDeep()
808 else if ( !endTag.Empty() && ele->ClosingType() != XMLElement::OPEN ) { in ParseDeep()
H A Dtinyxml2.h1259 int ClosingType() const { in ClosingType() function