Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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. in ToComment() function in TiXmlNode
706 virtual TiXmlComment* ToComment() { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type. in ToComment() function in TiXmlNode
1186 virtual const TiXmlComment* ToComment() const { return this; } ///< Cast to a more defined type. Will return null not of the requested type. in ToComment() function in TiXmlComment
1187 virtual TiXmlComment* ToComment() { return this; } ///< Cast to a more defined type. Will return null not of the requested type. in ToComment() function in TiXmlComment
/third_party/lame/ACM/tinyxml/
H A Dxmltest.cpp212 XmlTest( "First child exists & is a comment.", true, ( node != 0 && node->ToComment() ) ); in main()
H A Dtinyxml.h388 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() function in TiXmlNode

Completed in 6 milliseconds