Searched defs:GetCStr (Results 1 – 1 of 1) sorted by relevance
38 [[maybe_unused]] static const char* GetCStr(const char* str) { return str; } in GetCStr() function39 [[maybe_unused]] static const char* GetCStr(const std::string& str) { return str.c_str(); } in GetCStr() function