Searched refs:ToComment (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.h699 virtual const TiXmlComment* ToComment() const { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type. function in class:TiXmlNode
706 virtual TiXmlComment* ToComment() { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type. function in class:TiXmlNode
1186 virtual const TiXmlComment* ToComment() const { return this; } ///< Cast to a more defined type. Will return null not of the requested type. function in class:TiXmlComment
1187 virtual TiXmlComment* ToComment() { return this; } ///< Cast to a more defined type. Will return null not of the requested type. function in class:TiXmlComment
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.h699 virtual const TiXmlComment* ToComment() const { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type. function in class:TiXmlNode
706 virtual TiXmlComment* ToComment() { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type. function in class:TiXmlNode
1186 virtual const TiXmlComment* ToComment() const { return this; } ///< Cast to a more defined type. Will return null not of the requested type. function in class:TiXmlComment
1187 virtual TiXmlComment* ToComment() { return this; } ///< Cast to a more defined type. Will return null not of the requested type. function in class:TiXmlComment
/external/tinyxml2/
H A Dtinyxml2.h446 virtual XMLComment* ToComment() { return 0; } ///< Safely cast to a Comment, or null. function in class:tinyxml2::XMLNode
453 virtual const XMLComment* ToComment() const { return 0; } function in class:tinyxml2::XMLNode
656 virtual XMLComment* ToComment() { return this; } function in class:tinyxml2::XMLComment
657 virtual const XMLComment* ToComment() const { return this; } function in class:tinyxml2::XMLComment
/external/tinyxml/
H A Dxmltest.cpp261 XmlTest( "First child exists & is a comment.", true, ( node != 0 && node->ToComment() ) );
392 TiXmlComment* comment = commentHandle.Node()->ToComment();
898 TiXmlComment* comment = docH.Child( 0 ).Node()->ToComment();
H A Dtinyxml.h638 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. function in class:TiXmlNode
645 TiXmlComment* ToComment() { return ( this && type == COMMENT ) ? (TiXmlComment*) this : 0; } ///< Cast to a more defined type. Will return null not of the requested type. function in class:TiXmlNode

Completed in 107 milliseconds