Home
last modified time | relevance | path

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

/third_party/lame/ACM/tinyxml/
Dtinyxml.h37 class TiXmlComment; variable
594 TiXmlComment() : TiXmlNode( TiXmlNode::COMMENT ) {} in TiXmlComment() function
/third_party/skia/third_party/externals/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