Home | History | Annotate | Download | only in tinyxml

Lines Matching refs:CopyTo

169 void TiXmlNode::CopyTo( TiXmlNode* target ) const
633 copy.CopyTo( this );
640 base.CopyTo( this );
848 void TiXmlElement::CopyTo( TiXmlElement* target ) const
851 TiXmlNode::CopyTo( target );
877 CopyTo( clone );
924 copy.CopyTo( this );
931 copy.CopyTo( this );
1110 void TiXmlDocument::CopyTo( TiXmlDocument* target ) const
1112 TiXmlNode::CopyTo( target );
1131 CopyTo( clone );
1279 copy.CopyTo( this );
1286 base.CopyTo( this );
1308 void TiXmlComment::CopyTo( TiXmlComment* target ) const
1310 TiXmlNode::CopyTo( target );
1321 CopyTo( clone );
1367 void TiXmlText::CopyTo( TiXmlText* target ) const
1369 TiXmlNode::CopyTo( target );
1382 CopyTo( clone );
1414 copy.CopyTo( this );
1421 copy.CopyTo( this );
1464 void TiXmlDeclaration::CopyTo( TiXmlDeclaration* target ) const
1466 TiXmlNode::CopyTo( target );
1481 CopyTo( clone );
1500 void TiXmlUnknown::CopyTo( TiXmlUnknown* target ) const
1502 TiXmlNode::CopyTo( target );
1513 CopyTo( clone );