Searched defs:CString (Results 1 – 3 of 3) sorted by relevance
29 LIBC_INLINE CString(cpp::string in_str) : str(in_str) {} CString() function
64 llvm::StringMap<std::string> CString; member
768 char CString[] = "hello, world!"; TEST() local