Home | History | Annotate | Download | only in tinyxml

Lines Matching refs:StreamOut

817 void TiXmlElement::StreamOut( TIXML_OSTREAM * stream ) const
825 attrib->StreamOut( stream );
837 node->StreamOut( stream );
1146 void TiXmlDocument::StreamOut( TIXML_OSTREAM * out ) const
1151 node->StreamOut( out );
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
1600 base.StreamOut (& out);
1609 base.StreamOut( &os_stream );