Home | History | Annotate | Download | only in tinyxml2

Lines Matching defs:SetText

1589 void	XMLElement::SetText( const char* inText )

1600 void XMLElement::SetText( int v )
1604 SetText( buf );
1608 void XMLElement::SetText( unsigned v )
1612 SetText( buf );
1616 void XMLElement::SetText(int64_t v)
1620 SetText(buf);
1624 void XMLElement::SetText( bool v )
1628 SetText( buf );
1632 void XMLElement::SetText( float v )
1636 SetText( buf );
1640 void XMLElement::SetText( double v )
1644 SetText( buf );