Home
last modified time | relevance | path

Searched defs:XMLElement (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser/
H A Dtinyxml2.h93 class XMLElement; variable
374 …virtual bool VisitEnter( const XMLElement& /*element*/, const XMLAttribute* /*firstAttribute*/ ) … in VisitEnter()
378 virtual bool VisitExit( const XMLElement& /*element*/ ) { in VisitExit()
497 friend class XMLElement; variable
929 friend class XMLElement; variable
1292 friend class XMLElement; variable
H A Dtinyxml2.cpp1145 XMLElement::XMLElement( XMLDocument* doc ) : XMLNode( doc ), in XMLElement() function in XMLElement
2027 bool XMLPrinter::VisitExit( const XMLElement& ) in VisitExit()