Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser/
H A Dtinyxml2.h383 virtual bool Visit( const XMLDeclaration& /*declaration*/ ) { in Visit() function
387 virtual bool Visit( const XMLText& /*text*/ ) { in Visit() function
391 virtual bool Visit( const XMLComment& /*comment*/ ) { in Visit() function
395 virtual bool Visit( const XMLUnknown& /*unknown*/ ) { in Visit() function
H A Dtinyxml2.cpp2034 bool XMLPrinter::Visit( const XMLText& text ) in Visit() function in XMLPrinter
2041 bool XMLPrinter::Visit( const XMLComment& comment ) in Visit() function in XMLPrinter
2047 bool XMLPrinter::Visit( const XMLDeclaration& declaration ) in Visit() function in XMLPrinter
2054 bool XMLPrinter::Visit( const XMLUnknown& unknown ) in Visit() function in XMLPrinter