Home
last modified time | relevance | path

Searched refs:pSeverity (Results 1 – 6 of 6) sorted by relevance

/dports/devel/skypat/SkyPat-3.1.1/lib/
H A Dskypat.cpp381 testing::Log::Log(Severity pSeverity, in Log() argument
384 : m_Severity(pSeverity) { in Log()
386 kInfo == pSeverity ? "[ INFO ]" : in Log()
387 kWarning == pSeverity ? "[WARNING]" : in Log()
388 kError == pSeverity ? "[ ERROR ]" : "[ FATAL ]"; in Log()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/ReferenceSource/
H A Dcallhelpers.cpp253 , CorruptionSeverity *pSeverity /*= NULL*/ in DispatchCall() argument
271 if (pSeverity != NULL) in DispatchCall()
274 *pSeverity = NotCorrupting; in DispatchCall()
289 if (pSeverity != NULL) in DispatchCall()
292 … *pSeverity = GetThread()->GetExceptionState()->GetLastActiveExceptionCorruptionSeverity(); in DispatchCall()
H A Dcallhelpers.h63 , CorruptionSeverity * pSeverity = NULL
/dports/devel/poco/poco-1.10.1-all/Data/PostgreSQL/src/
H A DStatementExecutor.cpp266 const char* pSeverity = PQresultErrorField(ptrPGResult, PG_DIAG_SEVERITY); in execute() local
274 + " Severity: " + (pSeverity ? pSeverity : "N/A") in execute()
/dports/science/iboview/ibo-view.20150427/src/IboView/
H A DIvGl.cpp444 char const *pSource = "?", *pSeverity = "?", *pType = "?"; in OutputGlDebugMessage() local
462 case GL_DEBUG_SEVERITY_HIGH_ARB: pSeverity = "HIGH"; break; in OutputGlDebugMessage()
463 case GL_DEBUG_SEVERITY_MEDIUM_ARB: pSeverity = "MEDIUM"; break; in OutputGlDebugMessage()
464 case GL_DEBUG_SEVERITY_LOW_ARB: pSeverity = "LOW"; break; in OutputGlDebugMessage()
467 IvEmit("GL DEBUG [%2/%3]: %1 (source: %4, id: %5)", DebugMsg, pType, pSeverity, pSource, id); in OutputGlDebugMessage()
/dports/devel/skypat/SkyPat-3.1.1/include/skypat/
H A Dskypat.h584 Log(Severity pSeverity, const std::string& pFileName, int pLoC);