Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser/
H A Dtinyxml2.h95 class XMLComment; variable
391 virtual bool Visit( const XMLComment& /*comment*/ ) { in Visit()
H A Dtinyxml2.cpp879 XMLComment::XMLComment( XMLDocument* doc ) : XMLNode( doc ) in XMLComment() function in XMLComment