Searched refs:staticMem (Results 1 – 2 of 2) sorted by relevance
471 void SetValue( const char* val, bool staticMem=false );848 void SetName( const char* str, bool staticMem=false ) { SetValue( str, staticMem ); }
561 void XMLNode::SetValue( const char* str, bool staticMem ) in SetValue() argument563 if ( staticMem ) in SetValue()