Home
last modified time | relevance | path

Searched refs:staticMem (Results 1 – 2 of 2) sorted by relevance

/external/tinyxml2/
Dtinyxml2.h742 void SetValue( const char* val, bool staticMem=false );
1256 void SetName( const char* str, bool staticMem=false ) {
1257 SetValue( str, staticMem );
Dtinyxml2.cpp771 void XMLNode::SetValue( const char* str, bool staticMem ) in SetValue() argument
773 if ( staticMem ) { in SetValue()