Searched refs:staticMem (Results 1 – 2 of 2) sorted by relevance
743 void SetValue( const char* val, bool staticMem=false );1267 void SetName( const char* str, bool staticMem=false ) {1268 SetValue( str, staticMem );
793 void XMLNode::SetValue( const char* str, bool staticMem ) in SetValue() argument795 if ( staticMem ) { in SetValue()