Home
last modified time | relevance | path

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

/external/tinyxml2/
Dtinyxml2.h121 class XMLComment; variable
512 virtual bool Visit( const XMLComment& /*comment*/ ) { in Visit()
1660 friend class XMLComment; variable
Dtinyxml2.cpp1202 XMLComment::XMLComment( XMLDocument* doc ) : XMLNode( doc ) in XMLComment() function in tinyxml2::XMLComment