HomeSort by relevance Sort by last modified time
    Searched refs:TiXmlComment (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
tinyxml.cpp 1283 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::Accept( TiXmlVisitor* visitor ) cons
    [all...]
tinyxml.h 85 class TiXmlComment;
148 virtual bool Visit( const TiXmlComment& /*comment*/ ) { return true; }
699 virtual const TiXmlComment* ToComment() const { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type.
706 virtual TiXmlComment* ToComment() { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type.
    [all...]
tinyxmlparser.cpp 859 returnNode = new TiXmlComment();
1310 void TiXmlComment::StreamIn( std::istream * in, TIXML_STRING * tag )
1337 const char* TiXmlComment::Parse( const char* p, TiXmlParsingData* data, TiXmlEncoding encoding )
    [all...]
  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.cpp 1283 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::Accept( TiXmlVisitor* visitor ) cons
    [all...]
tinyxml.h 85 class TiXmlComment;
148 virtual bool Visit( const TiXmlComment& /*comment*/ ) { return true; }
699 virtual const TiXmlComment* ToComment() const { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type.
706 virtual TiXmlComment* ToComment() { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type.
    [all...]
tinyxmlparser.cpp 859 returnNode = new TiXmlComment();
1310 void TiXmlComment::StreamIn( std::istream * in, TIXML_STRING * tag )
1337 const char* TiXmlComment::Parse( const char* p, TiXmlParsingData* data, TiXmlEncoding encoding )
    [all...]
  /external/tinyxml/
tinyxml.cpp 1277 TiXmlComment::TiXmlComment( const TiXmlComment& copy ) : TiXmlNode( TiXmlNode::COMMENT )
1283 void TiXmlComment::operator=( const TiXmlComment& base )
1290 void TiXmlComment::Print( FILE* cfile, int depth ) const
1299 void TiXmlComment::StreamOut( TIXML_OSTREAM * stream ) const
1308 void TiXmlComment::CopyTo( TiXmlComment* target ) const
1314 TiXmlNode* TiXmlComment::Clone() cons
    [all...]
tinyxml.h 87 class TiXmlComment;
638 const TiXmlComment* ToComment() const { return ( this && type == COMMENT ) ? (const TiXmlComment*) this : 0; } ///< Cast to a more defined type. Will return null not of the requested type.
645 TiXmlComment* ToComment() { return ( this && type == COMMENT ) ? (TiXmlComment*) this : 0; } ///< Cast to a more defined type. Will return null not of the requested type.
    [all...]
xmltest.cpp 392 TiXmlComment* comment = commentHandle.Node()->ToComment();
593 TiXmlComment comment;
595 TiXmlComment commentCopy( comment );
596 TiXmlComment commentAssign;
898 TiXmlComment* comment = docH.Child( 0 ).Node()->ToComment();
tinyxmlparser.cpp 837 returnNode = new TiXmlComment();
1265 void TiXmlComment::StreamIn( TIXML_ISTREAM * in, TIXML_STRING * tag )
1292 const char* TiXmlComment::Parse( const char* p, TiXmlParsingData* data, TiXmlEncoding encoding )
    [all...]

Completed in 129 milliseconds