Home
last modified time | relevance | path

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

/AliOS-Things-master/components/oss/src/external/tinyxml2/
A Dtinyxml2.h746 void SetValue( const char* val, bool staticMem=false );
1260 void SetName( const char* str, bool staticMem=false ) {
1261 SetValue( str, staticMem );
A Dtinyxml2.cpp775 void XMLNode::SetValue( const char* str, bool staticMem ) in SetValue() argument
777 if ( staticMem ) { in SetValue()

Completed in 14 milliseconds