Home
last modified time | relevance | path

Searched defs:TiXmlComment (Results 1 – 4 of 4) sorted by relevance

/external/sfntly/cpp/src/test/tinyxml/
Dtinyxml.h85 class TiXmlComment; variable
148 virtual bool Visit( const TiXmlComment& /*comment*/ ) { return true; } in Visit()
1166 TiXmlComment() : TiXmlNode( TiXmlNode::TINYXML_COMMENT ) {} in TiXmlComment() function
1168 TiXmlComment( const char* _value ) : TiXmlNode( TiXmlNode::TINYXML_COMMENT ) { in TiXmlComment() function
Dtinyxml.cpp1283 TiXmlComment::TiXmlComment( const TiXmlComment& copy ) : TiXmlNode( TiXmlNode::TINYXML_COMMENT ) in TiXmlComment() function in TiXmlComment
/external/tinyxml/
Dtinyxml.h87 class TiXmlComment; variable
1026 TiXmlComment() : TiXmlNode( TiXmlNode::COMMENT ) {} in TiXmlComment() function
Dtinyxml.cpp1277 TiXmlComment::TiXmlComment( const TiXmlComment& copy ) : TiXmlNode( TiXmlNode::COMMENT ) in TiXmlComment() function in TiXmlComment