Searched refs:staticMem (Results 1 – 2 of 2) sorted by relevance
688 void SetValue( const char* val, bool staticMem=false );1153 void SetName( const char* str, bool staticMem=false ) {1154 SetValue( str, staticMem );
727 void XMLNode::SetValue( const char* str, bool staticMem ) in SetValue() argument729 if ( staticMem ) { in SetValue()