Home
last modified time | relevance | path

Searched defs:CString (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libc/src/__support/
H A Dc_string.h30 LIBC_INLINE CString(cpp::string in_str) : str(in_str) {} in CString() function
/freebsd/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc4661 TEST(StreamableToStringTest, CString) { in TEST() argument