Searched defs:GetStringCStr (Results 1 – 1 of 1) sorted by relevance
31 inline const char* GetStringCStr(const char* str) { return str; } in GetStringCStr() function32 inline const char* GetStringCStr(const std::string& str) { return str.c_str(); } in GetStringCStr() function