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

  /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/srec/tools/grxmlcompile/
grxmldoc.cpp 154 node.ToDocument()->Print( stdout, level);
    [all...]

Completed in 307 milliseconds