Searched defs:g_szRTAssertMsg2 (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/common/misc/
H A Dassert.cpp52 RTDATADECL(char) g_szRTAssertMsg2[4096];
53 RT_EXPORT_SYMBOL(g_szRTAssertMsg2); variable
54 /** The length of the g_szRTAssertMsg2 content.
215 cch = RTStrPrintfV(g_szRTAssertMsg2, sizeof(g_szRTAssertMsg2), pszFormat, vaCopy);
222 if (cch < sizeof(g_szRTAssertMsg2) - 4)
225 cch += RTStrPrintfV(&g_szRTAssertMsg2[cch], sizeof(g_szRTAssertMsg2) - cch, pszFormat, vaCopy);
281 char szMsg[sizeof(g_szRTAssertMsg2)];
/vbox/include/iprt/
H A Dmangling.h2958 # define g_szRTAssertMsg2 RT_MANGLER(g_szRTAssertMsg2) macro

Completed in 57 milliseconds