Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser/
H A Dtinyxml2.h562 void SetValue( const char* val, bool staticMem = false );
1034 void SetName( const char* str, bool staticMem = false ) {
1035 SetValue( str, staticMem );
H A Dtinyxml2.cpp585 void XMLNode::SetValue( const char* str, bool staticMem ) in SetValue() argument
587 if ( staticMem ) in SetValue()