Home | History | Annotate | Download | only in tinyxml

Lines Matching defs:CopyTo

161 void TiXmlNode::CopyTo( TiXmlNode* target ) const
547 copy.CopyTo( this );
554 base.CopyTo( this );
853 void TiXmlElement::CopyTo( TiXmlElement* target ) const
856 TiXmlNode::CopyTo( target );
895 CopyTo( clone );
942 copy.CopyTo( this );
949 copy.CopyTo( this );
1115 void TiXmlDocument::CopyTo( TiXmlDocument* target ) const
1117 TiXmlNode::CopyTo( target );
1140 CopyTo( clone );
1285 copy.CopyTo( this );
1292 base.CopyTo( this );
1308 void TiXmlComment::CopyTo( TiXmlComment* target ) const
1310 TiXmlNode::CopyTo( target );
1327 CopyTo( clone );
1353 void TiXmlText::CopyTo( TiXmlText* target ) const
1355 TiXmlNode::CopyTo( target );
1374 CopyTo( clone );
1406 copy.CopyTo( this );
1413 copy.CopyTo( this );
1440 void TiXmlDeclaration::CopyTo( TiXmlDeclaration* target ) const
1442 TiXmlNode::CopyTo( target );
1463 CopyTo( clone );
1476 void TiXmlUnknown::CopyTo( TiXmlUnknown* target ) const
1478 TiXmlNode::CopyTo( target );
1495 CopyTo( clone );