HomeSort by relevance Sort by last modified time
    Searched defs:ToDocument (Results 1 - 3 of 3) sorted by null

  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.h 697 virtual const TiXmlDocument* ToDocument() const { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type.
704 virtual TiXmlDocument* ToDocument() { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type.
    [all...]
  /external/tinyxml/
tinyxml.h 636 const TiXmlDocument* ToDocument() const { return ( this && type == DOCUMENT ) ? (const TiXmlDocument*) this : 0; } ///< Cast to a more defined type. Will return null not of the requested type.
643 TiXmlDocument* ToDocument() { return ( this && type == DOCUMENT ) ? (TiXmlDocument*) this : 0; } ///< Cast to a more defined type. Will return null not of the requested type.
    [all...]
  /external/tinyxml2/
tinyxml2.h 697 virtual XMLDocument* ToDocument() {
718 virtual const XMLDocument* ToDocument() const {
    [all...]

Completed in 1802 milliseconds