Home
last modified time | relevance | path

Searched refs:TiXmlComment (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.cpp1283 TiXmlComment::TiXmlComment( const TiXmlComment& copy ) : TiXmlNode( TiXmlNode::TINYXML_COMMENT )
1289 TiXmlComment& TiXmlComment::operator=( const TiXmlComment& base )
1297 void TiXmlComment::Print( FILE* cfile, int depth ) const
1308 void TiXmlComment::CopyTo( TiXmlComment* target ) const
1314 bool TiXmlComment
[all...]
H A Dtinyxml.h85 class TiXmlComment;
148 virtual bool Visit( const TiXmlComment& /*comment*/ ) { return true; } in Visit()
699 virtual const TiXmlComment* ToComment() const { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type. in ToComment()
706 virtual TiXmlComment* ToComment() { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type. in ToComment()
1162 class TiXmlComment : public TiXmlNode class
1166 TiXmlComment() : TiXmlNode( TiXmlNode::TINYXML_COMMENT ) {} in TiXmlComment() function in TiXmlComment
1168 TiXmlComment( const char* _value ) : TiXmlNode( TiXmlNode::TINYXML_COMMENT ) { in TiXmlComment() function in TiXmlComment
1171 TiXmlComment( const TiXmlComment& );
1172 TiXmlComment
[all...]
H A Dtinyxmlparser.cpp859 returnNode = new TiXmlComment(); in Identify()
1310 void TiXmlComment::StreamIn( std::istream * in, TIXML_STRING * tag ) in StreamIn()
1337 const char* TiXmlComment::Parse( const char* p, TiXmlParsingData* data, TiXmlEncoding encoding ) in Parse()
/third_party/lame/ACM/tinyxml/
H A Dtinyxml.h37 class TiXmlComment;
388 TiXmlComment* ToComment() const { return ( this && type == COMMENT ) ? (TiXmlComment*) this : 0; } ///< Cast to a more defined type. Will return null not of the requested type. in ToComment()
590 class TiXmlComment : public TiXmlNode class
594 TiXmlComment() : TiXmlNode( TiXmlNode::COMMENT ) {} in TiXmlComment() function in TiXmlComment
595 virtual ~TiXmlComment() {} in ~TiXmlComment()
H A Dtinyxml.cpp799 void TiXmlComment::Print( FILE* cfile, int depth ) const in Print()
813 void TiXmlComment::StreamOut( std::ostream* stream ) const in StreamOut()
821 TiXmlNode* TiXmlComment::Clone() const in Clone()
823 TiXmlComment* clone = new TiXmlComment(); in Clone()
H A Dtinyxmlparser.cpp390 returnNode = new TiXmlComment(); in Identify()
714 void TiXmlComment::StreamIn( std::istream* in, std::string* tag ) in StreamIn()
732 const char* TiXmlComment::Parse( const char* p ) in Parse()

Completed in 9 milliseconds