Home
last modified time | relevance | path

Searched refs:CString (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/libc/src/__support/
H A Dc_string.h21 class CString {
26 CString() = delete;
27 CString(const CString &) = delete;
28 CString(CString &&) = delete;
30 LIBC_INLINE CString(cpp::string in_str) : str(in_str) {} in CString() function
/freebsd/crypto/krb5/src/windows/leash/
H A DLeash.h94 CString m_leashDLL;
95 CString m_krbDLL;
96 CString m_helpFile;
97 CString m_msgError;
H A DLeashMessageBox.h38 …CLeashMessageBox(CWnd* pParent = NULL, const CString msgText = "Place your message here…
45 CString m_messageText;
H A DLeashView.h152 CString* m_pWarningMessage;
207 void SetTrayText(int nim, CString tip);
217 BOOL PostWarningMessage(const CString& message);
H A DLeashDebugWindow.h35 CString m_debugFilePath;
H A DLeashMessageBox.cpp32 CLeashMessageBox::CLeashMessageBox(CWnd* pParent, const CString msgText, DWORD dwTime) in CLeashMessageBox()
H A DLeashAboutBox.h47 CString m_fileItem;
H A DLeashFrame.cpp56 CString strText; in OnDestroy()
H A DLeashDebugWindow.cpp150 CString listboxItem; in OnCopyToClipboard()
H A DLeashView.cpp1874 void CLeashView::SetTrayText(int nim, CString tip) in SetTrayText()
1940 BOOL CLeashView::PostWarningMessage(const CString& message) in PostWarningMessage()
1946 m_pWarningMessage = new CString(message); in PostWarningMessage()
1972 CString ticketStatusKrb5 = TCHAR(NOT_INSTALLED); in PreTranslateMessage()
1973 CString strTimeDate; in PreTranslateMessage()
1974 CString lowTicketWarningKrb5; in PreTranslateMessage()
2089 CString lowTicketWarning = ""; in PreTranslateMessage()
H A DMainFrm.cpp210 CString strText = AfxGetApp()->GetProfileString(CLeashFrame::s_profileHeading, in PreCreateWindow()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td86 def CString : Package<"cstring">, ParentPackage<Unix>;
453 let ParentPackage = CString in {
456 HelpText<"The base of several CString related checkers. On it's own it emits "
/freebsd/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc4661 TEST(StreamableToStringTest, CString) { in TEST() argument