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

  /external/tinyxml/
tinyxml.h 88 class TiXmlUnknown;
639 const TiXmlUnknown* ToUnknown() const { return ( this && type == UNKNOWN ) ? (const TiXmlUnknown*) this : 0; } ///< Cast to a more defined type. Will return null not of the requested type.
646 TiXmlUnknown* ToUnknown() { return ( this && type == UNKNOWN ) ? (TiXmlUnknown*) this : 0; } ///< Cast to a more defined type. Will return null not of the requested type.
    [all...]
tinyxml.cpp 1486 void TiXmlUnknown::Print( FILE* cfile, int depth ) const
1494 void TiXmlUnknown::StreamOut( TIXML_OSTREAM * stream ) const
1500 void TiXmlUnknown::CopyTo( TiXmlUnknown* target ) const
1506 TiXmlNode* TiXmlUnknown::Clone() const
1508 TiXmlUnknown* clone = new TiXmlUnknown();
    [all...]
tinyxmlparser.cpp 853 returnNode = new TiXmlUnknown();
868 returnNode = new TiXmlUnknown();
1207 void TiXmlUnknown::StreamIn( TIXML_ISTREAM * in, TIXML_STRING * tag )
1231 const char* TiXmlUnknown::Parse( const char* p, TiXmlParsingData* data, TiXmlEncoding encoding )
    [all...]
xmltest.cpp 601 TiXmlUnknown unknown;
603 TiXmlUnknown unknownCopy( unknown );
604 TiXmlUnknown unknownAssign;
879 TiXmlUnknown* unknown = docH.Child( 1 ).Unknown();

Completed in 60 milliseconds