Home
last modified time | relevance | path

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

/external/tinyxml2/
Dtinyxml2.h134 void SetInternedStr( const char* str ) { Reset(); this->start = const_cast<char*>(str); } in SetInternedStr() function
Dtinyxml2.cpp564 value.SetInternedStr( str ); in SetValue()