Home | History | Annotate | Download | only in tinyxml2

Lines Matching full:setname

825     void SetName( const char* name );

848 void SetName( const char* str, bool staticMem=false ) { SetValue( str, staticMem ); }