Home
last modified time | relevance | path

Searched defs:ToComment (Results 1 – 4 of 4) sorted by relevance

/external/sfntly/cpp/src/test/tinyxml/
Dtinyxml.h699 …virtual const TiXmlComment* ToComment() const { return 0; } ///< Cast to a more defined ty… in ToComment() function
706 …virtual TiXmlComment* ToComment() { return 0; } ///< Cast to a more defined type. Wi… in ToComment() function
1186 …virtual const TiXmlComment* ToComment() const { return this; } ///< Cast to a more defined type. … in ToComment() function
1187 …virtual TiXmlComment* ToComment() { return this; } ///< Cast to a more defined type. Will ret… in ToComment() function
/external/tinyxml2/
Dtinyxml2.h446 …virtual XMLComment* ToComment() { return 0; } ///< Safely cast to a Comment, or n… in ToComment() function
453 virtual const XMLComment* ToComment() const { return 0; } in ToComment() function
656 virtual XMLComment* ToComment() { return this; } in ToComment() function
657 virtual const XMLComment* ToComment() const { return this; } in ToComment() function
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
Dtinyxml.h699 …virtual const TiXmlComment* ToComment() const { return 0; } ///< Cast to a more defined ty… in ToComment() function
706 …virtual TiXmlComment* ToComment() { return 0; } ///< Cast to a more defined type. Wi… in ToComment() function
1186 …virtual const TiXmlComment* ToComment() const { return this; } ///< Cast to a more defined type. … in ToComment() function
1187 …virtual TiXmlComment* ToComment() { return this; } ///< Cast to a more defined type. Will ret… in ToComment() function
/external/tinyxml/
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