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

  /external/tinyxml/
tinyxml.cpp 35 void TiXmlBase::PutString( const TIXML_STRING& str, TIXML_OSTREAM* stream )
817 void TiXmlElement::StreamOut( TIXML_OSTREAM * stream ) const
1146 void TiXmlDocument::StreamOut( TIXML_OSTREAM * out ) const
1212 void TiXmlAttribute::StreamOut( TIXML_OSTREAM * stream ) const
1299 void TiXmlComment::StreamOut( TIXML_OSTREAM * stream ) const
1354 void TiXmlText::StreamOut( TIXML_OSTREAM * stream ) const
1438 void TiXmlDeclaration::StreamOut( TIXML_OSTREAM * stream ) const
1494 void TiXmlUnknown::StreamOut( TIXML_OSTREAM * stream ) const
1598 TIXML_OSTREAM & operator<< (TIXML_OSTREAM & out, const TiXmlNode & base
    [all...]
tinyxml.h 58 #define TIXML_OSTREAM std::ostream
62 #define TIXML_OSTREAM TiXmlOutStream
252 virtual void StreamOut (TIXML_OSTREAM *) const = 0;
318 static void PutString( const TIXML_STRING& str, TIXML_OSTREAM* out );
418 friend TIXML_OSTREAM& operator<< (TIXML_OSTREAM& out, const TiXmlNode& base);
784 virtual void StreamOut( TIXML_OSTREAM * out ) const;
    [all...]

Completed in 92 milliseconds