Home
last modified time | relevance | path

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

/MusicPlayer2/MusicPlayer2/tinyxml2/
H A Dtinyxml2.h121 class XMLComment; variable
512 virtual bool Visit( const XMLComment& /*comment*/ ) { in Visit()
1722 friend class XMLComment; variable
H A Dtinyxml2.cpp1238 XMLComment::XMLComment( XMLDocument* doc ) : XMLNode( doc ) in XMLComment() function in tinyxml2::XMLComment