Home
last modified time | relevance | path

Searched defs:ToDocument (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
Dtinyxml.h697 …virtual const TiXmlDocument* ToDocument() const { return 0; } ///< Cast to a more defined ty… in ToDocument() function
704 …virtual TiXmlDocument* ToDocument() { return 0; } ///< Cast to a more defined type. Wi… in ToDocument() function
1532 …virtual const TiXmlDocument* ToDocument() const { return this; } ///< Cast to a more defined… in ToDocument() function
1533 …virtual TiXmlDocument* ToDocument() { return this; } ///< Cast to a more defined… in ToDocument() function
/third_party/lame/ACM/tinyxml/
Dtinyxml.h386 …TiXmlDocument* ToDocument() const { return ( this && type == DOCUMENT ) ? (TiXmlDocument*) this :… in ToDocument() function