Searched refs:CStrWrapper (Results 1 – 1 of 1) sorted by relevance
266 class CStrWrapper {268 CStrWrapper(StringView stringView) : mStringView(stringView) {} in CStrWrapper() function293 inline CStrWrapper c_str(StringView stringView) { in c_str()294 return CStrWrapper(stringView); in c_str()