Home
last modified time | relevance | path

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

/external/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
/external/tinyxml2/
Dtinyxml2.h447 … virtual XMLDocument* ToDocument() { return 0; } ///< Safely cast to a Document, or null. in ToDocument() function
454 virtual const XMLDocument* ToDocument() const { return 0; } in ToDocument() function
1047 virtual XMLDocument* ToDocument() { return this; } in ToDocument() function
1048 virtual const XMLDocument* ToDocument() const { return this; } in ToDocument() function
/external/tinyxml/
Dtinyxml.h636 …const TiXmlDocument* ToDocument() const { return ( this && type == DOCUMENT ) ? (const TiXmlDocum… in ToDocument() function
643 …TiXmlDocument* ToDocument() { return ( this && type == DOCUMENT ) ? (TiXmlDocument*) this : 0; }… in ToDocument() function