Home
last modified time | relevance | path

Searched refs:ToComment (Results 1 – 2 of 2) sorted by relevance

/external/tinyxml/
Dxmltest.cpp261 XmlTest( "First child exists & is a comment.", true, ( node != 0 && node->ToComment() ) ); in main()
392 TiXmlComment* comment = commentHandle.Node()->ToComment(); in main()
898 TiXmlComment* comment = docH.Child( 0 ).Node()->ToComment(); in main()
Dtinyxml.h638 …const TiXmlComment* ToComment() const { return ( this && type == COMMENT ) ? (const TiXmlComme… in ToComment() function
645 …TiXmlComment* ToComment() { return ( this && type == COMMENT ) ? (TiXmlComment*) this : 0; } … in ToComment() function